Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-20 05:09:29 +00:00

View File

@@ -51,10 +51,10 @@ export default function LandingPage() {
background={{ variant: "sparkles-gradient" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837343.jpg", imageAlt: "Featured dropship product showcase"
imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837343.jpg?_wi=1", imageAlt: "Featured dropship product showcase"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/still-life-colored-transparent-sunglasses_52683-107579.jpg", imageAlt: "Premium product display"
imageSrc: "http://img.b2bpic.net/free-photo/still-life-colored-transparent-sunglasses_52683-107579.jpg?_wi=1", imageAlt: "Premium product display"
}
]}
mediaAnimation="slide-up"
@@ -82,11 +82,11 @@ export default function LandingPage() {
products={[
{
id: "prod-1", brand: "Premium", name: "Wireless Earbuds Pro", price: "$24.99", rating: 5,
reviewCount: "842", imageSrc: "http://img.b2bpic.net/free-photo/podium-sand-background-display-with-sunshade-shadow-background-cosmetic-perfume-fa_1258-168460.jpg", imageAlt: "Wireless earbuds product"
reviewCount: "842", imageSrc: "http://img.b2bpic.net/free-photo/podium-sand-background-display-with-sunshade-shadow-background-cosmetic-perfume-fa_1258-168460.jpg?_wi=1", imageAlt: "Wireless earbuds product"
},
{
id: "prod-2", brand: "Luxe", name: "Smart Watch Series 5", price: "$34.99", rating: 5,
reviewCount: "756", imageSrc: "http://img.b2bpic.net/free-photo/summer-stylish-background-with-summer-accessories-summer-concept_169016-2157.jpg", imageAlt: "Smart watch product"
reviewCount: "756", imageSrc: "http://img.b2bpic.net/free-photo/summer-stylish-background-with-summer-accessories-summer-concept_169016-2157.jpg?_wi=1", imageAlt: "Smart watch product"
},
{
id: "prod-3", brand: "Elite", name: "USB-C Power Bank", price: "$19.99", rating: 5,
@@ -109,16 +109,16 @@ export default function LandingPage() {
gridVariant="two-items-per-row"
features={[
{
title: "Instant Product Integration", description: "Access thousands of verified suppliers with one click. No manual data entry, no sourcing headaches.", imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837343.jpg", imageAlt: "Product integration feature"
title: "Instant Product Integration", description: "Access thousands of verified suppliers with one click. No manual data entry, no sourcing headaches.", imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837343.jpg?_wi=2", imageAlt: "Product integration feature"
},
{
title: "Automated Order Fulfillment", description: "Orders automatically flow to suppliers. We handle printing, packing, and shipping directly to customers.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-colored-transparent-sunglasses_52683-107579.jpg", imageAlt: "Order fulfillment automation"
title: "Automated Order Fulfillment", description: "Orders automatically flow to suppliers. We handle printing, packing, and shipping directly to customers.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-colored-transparent-sunglasses_52683-107579.jpg?_wi=2", imageAlt: "Order fulfillment automation"
},
{
title: "Real-Time Analytics", description: "Track sales, margins, and customer behavior with detailed dashboards. Make data-driven decisions instantly.", imageSrc: "http://img.b2bpic.net/free-photo/podium-sand-background-display-with-sunshade-shadow-background-cosmetic-perfume-fa_1258-168460.jpg", imageAlt: "Analytics dashboard"
title: "Real-Time Analytics", description: "Track sales, margins, and customer behavior with detailed dashboards. Make data-driven decisions instantly.", imageSrc: "http://img.b2bpic.net/free-photo/podium-sand-background-display-with-sunshade-shadow-background-cosmetic-perfume-fa_1258-168460.jpg?_wi=2", imageAlt: "Analytics dashboard"
},
{
title: "24/7 Customer Support", description: "Our expert team is always ready to help. Live chat, email, and priority support for all plans.", imageSrc: "http://img.b2bpic.net/free-photo/summer-stylish-background-with-summer-accessories-summer-concept_169016-2157.jpg", imageAlt: "Customer support"
title: "24/7 Customer Support", description: "Our expert team is always ready to help. Live chat, email, and priority support for all plans.", imageSrc: "http://img.b2bpic.net/free-photo/summer-stylish-background-with-summer-accessories-summer-concept_169016-2157.jpg?_wi=2", imageAlt: "Customer support"
}
]}
/>
@@ -263,7 +263,7 @@ export default function LandingPage() {
id: "faq-6", title: "Is there a setup fee?", content: "No setup fees, no hidden charges. You only pay your monthly subscription. Cancel anytime."
}
]}
imageSrc="http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837343.jpg"
imageSrc="http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837343.jpg?_wi=3"
imageAlt="FAQ support resources"
mediaAnimation="slide-up"
mediaPosition="right"