From 8acfa02d367c5ba8af7340695373afce0f47a7be Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 13:41:52 +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 a3aadcb..45358f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "Shop Collection", href: "#products"}, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7gNE0DFLecLjNnGMBjg4Zs7u6/uploaded-1775742026896-rhdgmpkj.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7gNE0DFLecLjNnGMBjg4Zs7u6/uploaded-1775742026896-rhdgmpkj.jpg?_wi=1" imageAlt="Lucca floral car air freshener in vehicle vent" avatars={[ { src: "http://img.b2bpic.net/free-photo/handsome-businessman-elegant-clothing-working-talking-phone-while-sitting-car_613910-10935.jpg", alt: "Customer 1" }, @@ -72,7 +72,7 @@ export default function LandingPage() { description="At Lucca, we believe your vehicle is an extension of your home. We combine natural dried botanicals with artisanal design to create a sensory experience that lasts." subdescription="Every cone is carefully hand-arranged to ensure maximum longevity and visual appeal, turning your car's ventilation into a piece of floral art." icon={Sparkles} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7gNE0DFLecLjNnGMBjg4Zs7u6/uploaded-1775742026896-rhdgmpkj.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7gNE0DFLecLjNnGMBjg4Zs7u6/uploaded-1775742026896-rhdgmpkj.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -84,12 +84,12 @@ export default function LandingPage() { useInvertedBackground={true} animationType="slide-up" products={[ - { id: "1", name: "Golden Sunset", price: "$38.00", variant: "Citrus & Warm Woods", imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17724.jpg" }, - { id: "2", name: "Winter Lily", price: "$42.00", variant: "Floral & Clean Linen", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-flower-press-technique-still-life_23-2150276347.jpg" }, - { id: "3", name: "Autumn Petals", price: "$38.00", variant: "Spiced Amber", imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17724.jpg" }, - { id: "4", name: "Spring Bloom", price: "$40.00", variant: "Fresh Jasmine", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-flower-press-technique-still-life_23-2150276347.jpg" }, - { id: "5", name: "Lavender Breeze", price: "$42.00", variant: "Calming Lavender", imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17724.jpg" }, - { id: "6", name: "Midnight Bloom", price: "$45.00", variant: "Deep Rose & Oud", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-flower-press-technique-still-life_23-2150276347.jpg" }, + { id: "1", name: "Golden Sunset", price: "$38.00", variant: "Citrus & Warm Woods", imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17724.jpg?_wi=1" }, + { id: "2", name: "Winter Lily", price: "$42.00", variant: "Floral & Clean Linen", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-flower-press-technique-still-life_23-2150276347.jpg?_wi=1" }, + { id: "3", name: "Autumn Petals", price: "$38.00", variant: "Spiced Amber", imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17724.jpg?_wi=2" }, + { id: "4", name: "Spring Bloom", price: "$40.00", variant: "Fresh Jasmine", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-flower-press-technique-still-life_23-2150276347.jpg?_wi=2" }, + { id: "5", name: "Lavender Breeze", price: "$42.00", variant: "Calming Lavender", imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17724.jpg?_wi=3" }, + { id: "6", name: "Midnight Bloom", price: "$45.00", variant: "Deep Rose & Oud", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-flower-press-technique-still-life_23-2150276347.jpg?_wi=3" }, ]} title="Signature Bouquets" description="Explore our curated selection of floral designs, each featuring unique scent profiles to suit your aesthetic and mood." @@ -142,7 +142,7 @@ export default function LandingPage() { tag="Join the Club" title="Get Seasonal Drops" description="Be the first to know when we release limited edition floral collections." - imageSrc="http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17724.jpg" + imageSrc="http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17724.jpg?_wi=4" mediaPosition="left" buttonText="Subscribe" mediaAnimation="slide-up" -- 2.49.1