From 43ae799338b6b70562bea31d11fe3599dd926d83 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 09:25:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1217b81..3a766fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { handle: "@elena", testimonial: "The most delicious cake I've ever had! Perfect for my sister's birthday.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/3d-miniature-bakery-product_23-2151862559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-miniature-bakery-product_23-2151862559.jpg?_wi=1", imageAlt: "elegant tiered cake pastel background", }, { @@ -72,7 +72,7 @@ export default function LandingPage() { handle: "@jamesp", testimonial: "Fresh, beautiful, and so easy to order through WhatsApp. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/appetizing-homemade-chocolate-cake-hands-woman-closeup_169016-48403.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/appetizing-homemade-chocolate-cake-hands-woman-closeup_169016-48403.jpg?_wi=1", imageAlt: "baking fresh cakes professional kitchen", }, { @@ -106,7 +106,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/3d-miniature-bakery-product_23-2151862559.jpg" + imageSrc="http://img.b2bpic.net/free-photo/3d-miniature-bakery-product_23-2151862559.jpg?_wi=2" imageAlt="Premium layered cake" mediaAnimation="slide-up" avatars={[ @@ -304,7 +304,7 @@ export default function LandingPage() { title="Ready to place an order?" description="Have questions about custom designs or bulk orders? Send us a message via WhatsApp, and we'll get back to you immediately." buttonText="Chat on WhatsApp" - imageSrc="http://img.b2bpic.net/free-photo/appetizing-homemade-chocolate-cake-hands-woman-closeup_169016-48403.jpg" + imageSrc="http://img.b2bpic.net/free-photo/appetizing-homemade-chocolate-cake-hands-woman-closeup_169016-48403.jpg?_wi=2" mediaAnimation="slide-up" /> -- 2.49.1