From a65eb8cbc8c2c3ab286e66abb1aef5d2cd88963e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 13:21:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 78069ab..ce415f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { handle: "@elena.v", testimonial: "The flowers from Kleof are simply stunning and last forever.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/abstract-floral-design-studio_23-2151910697.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-floral-design-studio_23-2151910697.jpg?_wi=1", imageAlt: "elegant flower bouquet studio professional", }, { @@ -76,7 +76,7 @@ export default function LandingPage() { handle: "@mark.d", testimonial: "Exceptional service and the most beautiful arrangements in town.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/flower_1404-455.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flower_1404-455.jpg?_wi=1", imageAlt: "elegant flower bouquet studio professional", }, { @@ -84,7 +84,7 @@ export default function LandingPage() { handle: "@sarah.p", testimonial: "Kleof never fails to deliver pure joy through their floral work.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/spring-flowers_1182-904.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spring-flowers_1182-904.jpg?_wi=1", imageAlt: "elegant flower bouquet studio professional", }, { @@ -92,7 +92,7 @@ export default function LandingPage() { handle: "@james.l", testimonial: "Pure artistry. The best studio for luxury gifts.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/abstract-floral-illustration_23-2152012468.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-floral-illustration_23-2152012468.jpg?_wi=1", imageAlt: "elegant flower bouquet studio professional", }, { @@ -100,7 +100,7 @@ export default function LandingPage() { handle: "@sophie.k", testimonial: "Stunning aesthetics, highly recommend to everyone!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-assortment-colorful-flowers_23-2148488587.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-assortment-colorful-flowers_23-2148488587.jpg?_wi=1", imageAlt: "elegant flower bouquet studio professional", }, ]} @@ -110,7 +110,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/abstract-floral-design-studio_23-2151910697.jpg" + imageSrc="http://img.b2bpic.net/free-photo/abstract-floral-design-studio_23-2151910697.jpg?_wi=2" imageAlt="Luxurious flower arrangement" mediaAnimation="slide-up" avatars={[ @@ -197,28 +197,28 @@ export default function LandingPage() { id: "p1", name: "Golden Rose", price: "$85", - imageSrc: "http://img.b2bpic.net/free-photo/flower_1404-455.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flower_1404-455.jpg?_wi=2", imageAlt: "Golden Rose Bouquet", }, { id: "p2", name: "Spring Tulip", price: "$60", - imageSrc: "http://img.b2bpic.net/free-photo/spring-flowers_1182-904.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spring-flowers_1182-904.jpg?_wi=2", imageAlt: "Spring Tulips", }, { id: "p3", name: "Midnight Peony", price: "$95", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-floral-illustration_23-2152012468.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-floral-illustration_23-2152012468.jpg?_wi=2", imageAlt: "Midnight Peonies", }, { id: "p4", name: "Soft Hydrangea", price: "$70", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-assortment-colorful-flowers_23-2148488587.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-assortment-colorful-flowers_23-2148488587.jpg?_wi=2", imageAlt: "Soft Hydrangeas", }, { -- 2.49.1