diff --git a/src/app/page.tsx b/src/app/page.tsx index d39ac5d..ee56a04 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} dashboard={{ title: "Live Marketplace Metrics", logoIcon: BarChart3, - imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel_23-2148372589.jpg?_wi=1", searchPlaceholder: "Search inventory...", buttons: [ + imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel_23-2148372589.jpg", searchPlaceholder: "Search inventory...", buttons: [ { text: "Dashboard", href: "#" }, { text: "Export Report", href: "#" } ], @@ -184,19 +184,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Multi-Marketplace Sync", description: "Automatically sync your inventory across Amazon, eBay, Shopify, and more. Avoid overselling and manage everything from one place.", imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel_23-2148372589.jpg?_wi=2" + title: "Multi-Marketplace Sync", description: "Automatically sync your inventory across Amazon, eBay, Shopify, and more. Avoid overselling and manage everything from one place.", imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel_23-2148372589.jpg" }, { id: 2, - title: "Smart Pricing Engine", description: "Competitive pricing algorithm automatically adjusts your prices based on market demand, competitor rates, and profit margins.", imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel_23-2148372589.jpg?_wi=3" + title: "Smart Pricing Engine", description: "Competitive pricing algorithm automatically adjusts your prices based on market demand, competitor rates, and profit margins.", imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel_23-2148372589.jpg" }, { id: 3, - title: "Advanced Analytics", description: "Real-time insights into your sales performance, customer trends, and profitability metrics to optimize your strategy.", imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel_23-2148372589.jpg?_wi=4" + title: "Advanced Analytics", description: "Real-time insights into your sales performance, customer trends, and profitability metrics to optimize your strategy.", imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel_23-2148372589.jpg" }, { id: 4, - title: "Automated Shipping", description: "Integrate with ShipStation, generate labels instantly, and track shipments all from ResellPro. Save time on logistics.", imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel_23-2148372589.jpg?_wi=5" + title: "Automated Shipping", description: "Integrate with ShipStation, generate labels instantly, and track shipments all from ResellPro. Save time on logistics.", imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel_23-2148372589.jpg" } ]} /> @@ -237,6 +237,9 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} + names={[ + "Amazon", "eBay", "Shopify", "Stripe", "PayPal", "Google Analytics", "ShipStation" + ]} logos={[ "http://img.b2bpic.net/free-vector/gradient-instagram-shop-logo-template_23-2149680698.jpg", "http://img.b2bpic.net/free-vector/social-media-design_24877-49659.jpg", "http://img.b2bpic.net/free-vector/black-shopping-cart-logo_1025-664.jpg", "http://img.b2bpic.net/free-photo/hand-swiping-credit-card-card-reader-device_23-2147874450.jpg", "http://img.b2bpic.net/free-photo/woman-hands-laptop-credit-card-shopping-online-payment_1301-3469.jpg", "http://img.b2bpic.net/free-vector/tech-computer-logo-template_23-2149202346.jpg", "http://img.b2bpic.net/free-vector/set-badges-vintage-style_23-2147783079.jpg" ]}