From d97eb99f649605387efa4eb943cb73581aa23ae1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 19:20:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ac002b0..80de5e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,9 +80,9 @@ export default function LandingPage() { title="Why Choose Our Blooms?" description="Excellence in service and botanical quality, designed to make every moment memorable." features={[ - { title: "Freshness Guarantee", description: "Peak beauty, delivered.", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-fresh-roses-with-green-leaves-decorative-plant_23-2148071792.jpg" }, - { title: "Seasonal Collections", description: "Nature's best, curated.", imageSrc: "http://img.b2bpic.net/free-photo/watering-can-yellow-spring-flowers_23-2148433003.jpg" }, - { title: "Eco-Friendly Packaging", description: "Respecting the earth.", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-tulips-white-wooden-background-top-view_169016-29617.jpg" }, + { title: "Freshness Guarantee", description: "Peak beauty, delivered.", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-fresh-roses-with-green-leaves-decorative-plant_23-2148071792.jpg?_wi=1" }, + { title: "Seasonal Collections", description: "Nature's best, curated.", imageSrc: "http://img.b2bpic.net/free-photo/watering-can-yellow-spring-flowers_23-2148433003.jpg?_wi=1" }, + { title: "Eco-Friendly Packaging", description: "Respecting the earth.", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-tulips-white-wooden-background-top-view_169016-29617.jpg?_wi=1" }, ]} /> @@ -94,9 +94,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} products={[ - { id: "1", brand: "Bloom", name: "Classic Roses", price: "$45", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-fresh-roses-with-green-leaves-decorative-plant_23-2148071792.jpg" }, - { id: "2", brand: "Bloom", name: "Sunflowers", price: "$38", rating: 4, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/watering-can-yellow-spring-flowers_23-2148433003.jpg" }, - { id: "3", brand: "Bloom", name: "Spring Tulips", price: "$42", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-tulips-white-wooden-background-top-view_169016-29617.jpg" }, + { id: "1", brand: "Bloom", name: "Classic Roses", price: "$45", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-fresh-roses-with-green-leaves-decorative-plant_23-2148071792.jpg?_wi=2" }, + { id: "2", brand: "Bloom", name: "Sunflowers", price: "$38", rating: 4, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/watering-can-yellow-spring-flowers_23-2148433003.jpg?_wi=2" }, + { id: "3", brand: "Bloom", name: "Spring Tulips", price: "$42", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-tulips-white-wooden-background-top-view_169016-29617.jpg?_wi=2" }, ]} title="Our Collection" description="Hand-picked favorites for every occasion." -- 2.49.1