Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-09 06:21:48 +00:00

View File

@@ -57,7 +57,7 @@ export default function LandingPage() {
<HeroOverlay <HeroOverlay
title="Quality Finds, Delivered Daily" title="Quality Finds, Delivered Daily"
description="Discover curated collections and exclusive deals designed to elevate your lifestyle. Quality dropshipping, simplified." description="Discover curated collections and exclusive deals designed to elevate your lifestyle. Quality dropshipping, simplified."
imageSrc="http://img.b2bpic.net/free-photo/top-view-halloween-eye-balls-with-copy-space_23-2148609829.jpg" imageSrc="http://img.b2bpic.net/free-photo/top-view-halloween-eye-balls-with-copy-space_23-2148609829.jpg?_wi=1"
imageAlt="Curated lifestyle store hero" imageAlt="Curated lifestyle store hero"
avatars={[ avatars={[
{ {
@@ -131,13 +131,13 @@ export default function LandingPage() {
id: "p1", id: "p1",
name: "Modern Lamp", name: "Modern Lamp",
price: "$49", price: "$49",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-foods-cocktails-tall-glass_23-2149064115.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-foods-cocktails-tall-glass_23-2149064115.jpg?_wi=1",
}, },
{ {
id: "p2", id: "p2",
name: "Minimalist Vase", name: "Minimalist Vase",
price: "$29", price: "$29",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-plants-deco_23-2149192230.jpg", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-plants-deco_23-2149192230.jpg?_wi=1",
}, },
{ {
id: "p3", id: "p3",
@@ -185,21 +185,21 @@ export default function LandingPage() {
title: "Free Returns", title: "Free Returns",
description: "Not happy? Send it back free.", description: "Not happy? Send it back free.",
buttonIcon: "RotateCcw", buttonIcon: "RotateCcw",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-halloween-eye-balls-with-copy-space_23-2148609829.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-halloween-eye-balls-with-copy-space_23-2148609829.jpg?_wi=2",
imageAlt: "Minimalist black friday composition on black background", imageAlt: "Minimalist black friday composition on black background",
}, },
{ {
title: "Global Shipping", title: "Global Shipping",
description: "Delivery to your doorstep.", description: "Delivery to your doorstep.",
buttonIcon: "Globe", buttonIcon: "Globe",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-foods-cocktails-tall-glass_23-2149064115.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-foods-cocktails-tall-glass_23-2149064115.jpg?_wi=2",
imageAlt: "Minimalist black friday composition on black background", imageAlt: "Minimalist black friday composition on black background",
}, },
{ {
title: "24/7 Support", title: "24/7 Support",
description: "We are always here to help.", description: "We are always here to help.",
buttonIcon: "Headset", buttonIcon: "Headset",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-plants-deco_23-2149192230.jpg", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-plants-deco_23-2149192230.jpg?_wi=2",
imageAlt: "Minimalist black friday composition on black background", imageAlt: "Minimalist black friday composition on black background",
}, },
]} ]}