// src/app/dashboard/showcase/page.tsx 'use client' import { Sparkles, ShoppingBag, Globe, Share2, ArrowRight } from 'lucide-react' import { useTheme } from '@/contexts/themecontext' const integrations = [ { id: 1, name: "Shopify", description: "Connect your Shopify store to automate product promotion and track sales from social posts", icon: "https://img.icons8.com/color/512/shopify.png", // Replace with actual Shopify icon features: [ "Automatic product sync", "Sales tracking", "Inventory management", "Direct checkout" ], status: "Popular", category: "E-commerce" }, { id: 2, name: "WooCommerce", description: "Integrate with WordPress-based stores to streamline your social media marketing", icon: "https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/woocommerce-icon.png", // Replace with actual WooCommerce icon features: [ "WordPress integration", "Product catalog sync", "Order tracking", "Custom fields support" ], status: "New", category: "E-commerce" }, { id: 3, name: "Meta Business", description: "Connect with Facebook and Instagram shops for seamless social selling", icon: "https://cdn-icons-png.flaticon.com/512/6033/6033716.png", // Replace with actual Meta icon features: [ "Facebook Shop integration", "Instagram Shopping", "Automated tagging", "Cross-platform insights" ], status: "Popular", category: "Social Commerce" }, { id: 4, name: "Square", description: "Connect your Square POS system to track in-store and online sales", icon: "https://icons.veryicon.com/png/o/object/material-design-icons-1/square-inc.png", // Replace with actual Square icon features: [ "POS integration", "Payment processing", "Unified inventory", "Sales analytics" ], status: "New", category: "Payments" } ] export default function ShowcasePage() { const { theme } = useTheme() return (
Connect your store and expand your reach
Connect your online store
Sell across channels
Track performance
{integration.description}
{/* Features */}We are constantly adding new integrations. Request the ones you need!