diff --git a/src/app/page.tsx b/src/app/page.tsx index d869a60..e78f360 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,7 +86,7 @@ export default function LandingPage() { description="Discover what makes our flower shop special. From quality blooms to exceptional service, we're committed to bringing smiles with every delivery." tag="Our Values" tagIcon={Sparkles} - imageSrc="http://img.b2bpic.net/free-photo/man-winter-outfits-with-bouquet-mixed-flowers_114579-2706.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-winter-outfits-with-bouquet-mixed-flowers_114579-2706.jpg?_wi=1" imageAlt="Beautiful rose arrangement" mediaAnimation="blur-reveal" accordionItems={[ @@ -110,7 +110,7 @@ export default function LandingPage() { tag="Featured Collections" tagIcon={Flower2} products={[ - { id: "1", name: "Romantic Rose Bouquet", price: "$49.99", variant: "Classic Red • Premium • Available Now", imageSrc: "http://img.b2bpic.net/free-photo/man-winter-outfits-with-bouquet-mixed-flowers_114579-2706.jpg", imageAlt: "Romantic rose bouquet" }, + { id: "1", name: "Romantic Rose Bouquet", price: "$49.99", variant: "Classic Red • Premium • Available Now", imageSrc: "http://img.b2bpic.net/free-photo/man-winter-outfits-with-bouquet-mixed-flowers_114579-2706.jpg?_wi=2", imageAlt: "Romantic rose bouquet" }, { id: "2", name: "Birthday Flower Arrangement", price: "$39.99", variant: "Colorful Mix • Fresh • Customizable", imageSrc: "http://img.b2bpic.net/free-photo/lisianthus-bouquet-wooden-table_501050-300.jpg", imageAlt: "Birthday flower arrangement" }, { id: "3", name: "Elegant White Lily Bouquet", price: "$44.99", variant: "Pure White • Luxurious • Premium", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-poinsettia-arrangement_23-2149138689.jpg", imageAlt: "White lily arrangement" }, { id: "4", name: "Custom Floral Basket", price: "$54.99", variant: "Your Choice • Bespoke • Premium Quality", imageSrc: "http://img.b2bpic.net/free-photo/flower-bouquet-grass-tote-bag-book_114579-2616.jpg", imageAlt: "Custom flower basket" },