Merge version_1 into main #2
@@ -21,7 +21,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -53,11 +53,11 @@ export default function LandingPage() {
|
||||
{ text: "Watch Demo", href: "#features" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-showcase_1163-475.jpg?_wi=1", imageAlt: "ecommerce store product display showcase" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-refillable-reusable-container_23-2150936106.jpg?_wi=1", imageAlt: "trendy fashion clothing item product photo" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg?_wi=1", imageAlt: "lifestyle accessories product collection display" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-showcase_1163-475.jpg", imageAlt: "ecommerce store product display showcase" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-refillable-reusable-container_23-2150936106.jpg", imageAlt: "trendy fashion clothing item product photo" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg", imageAlt: "lifestyle accessories product collection display" }
|
||||
]}
|
||||
ariaLabel="Hero section showcasing dropshipping platform benefits"
|
||||
/>
|
||||
@@ -77,9 +77,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{ id: "prod-1", name: "Premium Wireless Headphones", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/still-life-refillable-reusable-container_23-2150936106.jpg?_wi=2", imageAlt: "Wireless headphones product" },
|
||||
{ id: "prod-2", name: "Smart Watch Pro", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg?_wi=2", imageAlt: "Smart watch device" },
|
||||
{ id: "prod-3", name: "Portable Phone Charger", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-male-self-care-items_23-2150347104.jpg?_wi=1", imageAlt: "Portable charger product" }
|
||||
{ id: "prod-1", name: "Premium Wireless Headphones", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/still-life-refillable-reusable-container_23-2150936106.jpg", imageAlt: "Wireless headphones product" },
|
||||
{ id: "prod-2", name: "Smart Watch Pro", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg", imageAlt: "Smart watch device" },
|
||||
{ id: "prod-3", name: "Portable Phone Charger", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-male-self-care-items_23-2150347104.jpg", imageAlt: "Portable charger product" }
|
||||
]}
|
||||
ariaLabel="Top selling products section"
|
||||
/>
|
||||
@@ -97,10 +97,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: 1, title: "Verified Suppliers", description: "Access to vetted suppliers with quality guarantees and competitive pricing. Build long-term relationships with reliable partners.", imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-showcase_1163-475.jpg?_wi=2", imageAlt: "Supplier verification process" },
|
||||
{ id: 2, title: "Automated Order Management", description: "Streamline your workflow with automatic order processing, tracking, and customer notifications. Save hours of manual work daily.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-refillable-reusable-container_23-2150936106.jpg?_wi=3", imageAlt: "Order management dashboard" },
|
||||
{ id: 3, title: "Real-Time Analytics", description: "Monitor sales performance, inventory levels, and profit margins with comprehensive analytics and detailed reporting tools.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg?_wi=3", imageAlt: "Analytics dashboard" },
|
||||
{ id: 4, title: "Multi-Channel Selling", description: "Sell simultaneously on multiple platforms including your own store, Amazon, eBay, and social commerce channels.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-male-self-care-items_23-2150347104.jpg?_wi=2", imageAlt: "Multi-channel integration" }
|
||||
{ id: 1, title: "Verified Suppliers", description: "Access to vetted suppliers with quality guarantees and competitive pricing. Build long-term relationships with reliable partners.", imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-showcase_1163-475.jpg", imageAlt: "Supplier verification process" },
|
||||
{ id: 2, title: "Automated Order Management", description: "Streamline your workflow with automatic order processing, tracking, and customer notifications. Save hours of manual work daily.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-refillable-reusable-container_23-2150936106.jpg", imageAlt: "Order management dashboard" },
|
||||
{ id: 3, title: "Real-Time Analytics", description: "Monitor sales performance, inventory levels, and profit margins with comprehensive analytics and detailed reporting tools.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg", imageAlt: "Analytics dashboard" },
|
||||
{ id: 4, title: "Multi-Channel Selling", description: "Sell simultaneously on multiple platforms including your own store, Amazon, eBay, and social commerce channels.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-male-self-care-items_23-2150347104.jpg", imageAlt: "Multi-channel integration" }
|
||||
]}
|
||||
ariaLabel="Features section describing platform capabilities"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user