Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-09 21:22:07 +00:00

View File

@@ -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"