From fb34eec9f23899b9c4509df94f67f1b4b1f1931a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 21:22:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 95c94dc..70f0d6a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,22 +52,22 @@ export default function LandingPage() { background={{ variant: "plain" }} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-working-office-couch-putting-long-hours-work-businessperson-professional-environment_482257-32779.jpg", imageAlt: "Luxury watches handled with white gloves" + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-working-office-couch-putting-long-hours-work-businessperson-professional-environment_482257-32779.jpg?_wi=1", imageAlt: "Luxury watches handled with white gloves" }, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005691.jpg", imageAlt: "Premium designer sneakers" + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005691.jpg?_wi=1", imageAlt: "Premium designer sneakers" }, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/dentist-with-dentistry-tools-isolated_1303-11565.jpg", imageAlt: "Luxury leather goods" + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/dentist-with-dentistry-tools-isolated_1303-11565.jpg?_wi=1", imageAlt: "Luxury leather goods" }, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-working-office-couch-putting-long-hours-work-businessperson-professional-environment_482257-32779.jpg", imageAlt: "Exclusive timepiece collection" + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-working-office-couch-putting-long-hours-work-businessperson-professional-environment_482257-32779.jpg?_wi=2", imageAlt: "Exclusive timepiece collection" }, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005691.jpg", imageAlt: "Limited edition sneaker showcase" + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005691.jpg?_wi=2", imageAlt: "Limited edition sneaker showcase" }, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/dentist-with-dentistry-tools-isolated_1303-11565.jpg", imageAlt: "Premium leather accessories" + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/dentist-with-dentistry-tools-isolated_1303-11565.jpg?_wi=2", imageAlt: "Premium leather accessories" } ]} autoPlay={true} @@ -99,15 +99,15 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Data Intelligence", title: "The Intelligence", subtitle: "Real-time Market Signals", description: "Access proprietary algorithms that detect market fluctuations and generate 'buy now' signals before public awareness. Our data feeds directly integrate with your sourcing strategy for precision acquisitions.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-working-office-couch-putting-long-hours-work-businessperson-professional-environment_482257-32779.jpg", imageAlt: "Data Intelligence visualization" + tag: "Data Intelligence", title: "The Intelligence", subtitle: "Real-time Market Signals", description: "Access proprietary algorithms that detect market fluctuations and generate 'buy now' signals before public awareness. Our data feeds directly integrate with your sourcing strategy for precision acquisitions.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-working-office-couch-putting-long-hours-work-businessperson-professional-environment_482257-32779.jpg?_wi=3", imageAlt: "Data Intelligence visualization" }, { id: 2, - tag: "Exclusive Access", title: "The Network", subtitle: "Vetted Distributor Connections", description: "Direct relationships with verified wholesalers and private distributors globally. Our members gain first-access inventory at wholesale prices, bypassing public channels and retail intermediaries entirely.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005691.jpg", imageAlt: "Network connections" + tag: "Exclusive Access", title: "The Network", subtitle: "Vetted Distributor Connections", description: "Direct relationships with verified wholesalers and private distributors globally. Our members gain first-access inventory at wholesale prices, bypassing public channels and retail intermediaries entirely.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005691.jpg?_wi=3", imageAlt: "Network connections" }, { id: 3, - tag: "Automation", title: "The Automation", subtitle: "Proprietary Inventory Tools", description: "Secure high-demand items before they reach public markets. Our tools automate the discovery and purchase process, giving you competitive advantage through speed and precision execution.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-with-dentistry-tools-isolated_1303-11565.jpg", imageAlt: "Automation tools" + tag: "Automation", title: "The Automation", subtitle: "Proprietary Inventory Tools", description: "Secure high-demand items before they reach public markets. Our tools automate the discovery and purchase process, giving you competitive advantage through speed and precision execution.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-with-dentistry-tools-isolated_1303-11565.jpg?_wi=3", imageAlt: "Automation tools" } ]} textboxLayout="default" -- 2.49.1