diff --git a/src/app/page.tsx b/src/app/page.tsx index dfe1cd3..61fc7ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "Shop Bouquets", href: "#products"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/violet-pink-tone-flowers-bouquet_114579-2150.jpg" + imageSrc="http://img.b2bpic.net/free-photo/violet-pink-tone-flowers-bouquet_114579-2150.jpg?_wi=1" imageAlt="Luxurious flower bouquet arrangement" /> @@ -65,7 +65,7 @@ export default function LandingPage() { features={[ { title: "Hand-picked Quality", description: "Every flower is carefully selected at the peak of freshness.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/violet-pink-tone-flowers-bouquet_114579-2150.jpg", imageAlt: "Fresh cut flowers"}, + imageSrc: "http://img.b2bpic.net/free-photo/violet-pink-tone-flowers-bouquet_114579-2150.jpg?_wi=2", imageAlt: "Fresh cut flowers"}, items: [ { text: "Locally sourced", icon: CheckCircle, @@ -91,7 +91,7 @@ export default function LandingPage() { }, { title: "Subscription Service", description: "Fresh floral joy delivered regularly to your doorstep.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/fashion-autumn-bouquet-with-yellow-combination-flowers_114579-2477.jpg", imageAlt: "Subscription service"}, + imageSrc: "http://img.b2bpic.net/free-photo/fashion-autumn-bouquet-with-yellow-combination-flowers_114579-2477.jpg?_wi=1", imageAlt: "Subscription service"}, items: [ { text: "Weekly delivery", icon: CheckCircle, @@ -118,7 +118,7 @@ export default function LandingPage() { { id: "p1", name: "Pink Rose Delight", price: "₹1,299", imageSrc: "http://img.b2bpic.net/free-photo/pink-bucket-with-bouquet-flowers-marble-surface_114579-21258.jpg"}, { - id: "p2", name: "Sun-Kissed Joy", price: "₹999", imageSrc: "http://img.b2bpic.net/free-photo/fashion-autumn-bouquet-with-yellow-combination-flowers_114579-2477.jpg"}, + id: "p2", name: "Sun-Kissed Joy", price: "₹999", imageSrc: "http://img.b2bpic.net/free-photo/fashion-autumn-bouquet-with-yellow-combination-flowers_114579-2477.jpg?_wi=2"}, { id: "p3", name: "Pure White Lily", price: "₹1,599", imageSrc: "http://img.b2bpic.net/free-photo/top-view-white-color-alstroemeria-flowers-grey-background_141793-7963.jpg"}, {