From 2a997cd1d91901d2f617425f6343a4f7d7fdb881 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 04:00:44 +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 70e11e9..0f5e11e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@emilycoffee", testimonial: "The best chocolate cake I have ever had. The espresso is consistently smooth.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-pouring-milk-into-cup-coffee-with-coffee-beans-cinnamon-sticks-grungy-grey-background-horizontal_176474-64468.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-pouring-milk-into-cup-coffee-with-coffee-beans-cinnamon-sticks-grungy-grey-background-horizontal_176474-64468.jpg?_wi=1", imageAlt: "cozy cafe interior table", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@markbakes", testimonial: "My go-to spot for an afternoon pick-me-up. The atmosphere is lovely.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cream-pastry-bag-lady-with-baking-tool_1157-47274.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cream-pastry-bag-lady-with-baking-tool_1157-47274.jpg?_wi=1", imageAlt: "cozy cafe interior table", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@sarahcake", testimonial: "Beautifully crafted pastries and wonderful service. Always a pleasure.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/homemade-raspberry-cheesecake-with-honey_114579-10988.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-raspberry-cheesecake-with-honey_114579-10988.jpg?_wi=1", imageAlt: "cozy cafe interior table", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@tombrew", testimonial: "A hidden gem. The coffee quality is top-notch and cakes are divine.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownies-white-plate_1150-20889.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownies-white-plate_1150-20889.jpg?_wi=1", imageAlt: "cozy cafe interior table", }, { @@ -95,11 +95,11 @@ export default function LandingPage() { handle: "@lucycafe", testimonial: "Everything about this place feels like a warm hug. Simply perfect.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/traditional-velvet-cake-portion-pink-background_123827-23120.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traditional-velvet-cake-portion-pink-background_123827-23120.jpg?_wi=1", imageAlt: "cozy cafe interior table", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-view-pouring-milk-into-cup-coffee-with-coffee-beans-cinnamon-sticks-grungy-grey-background-horizontal_176474-64468.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-view-pouring-milk-into-cup-coffee-with-coffee-beans-cinnamon-sticks-grungy-grey-background-horizontal_176474-64468.jpg?_wi=2" imageAlt="Cafe interior and cake display" avatars={[ { @@ -146,7 +146,7 @@ export default function LandingPage() { title: "Local Ingredients", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/cream-pastry-bag-lady-with-baking-tool_1157-47274.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cream-pastry-bag-lady-with-baking-tool_1157-47274.jpg?_wi=2" imageAlt="Baking process at our cafe" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -164,19 +164,19 @@ export default function LandingPage() { id: "1", name: "Rich Chocolate Layer Cake", price: "$6.50", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-raspberry-cheesecake-with-honey_114579-10988.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-raspberry-cheesecake-with-honey_114579-10988.jpg?_wi=2", }, { id: "2", name: "Classic Butter Croissant", price: "$4.00", - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownies-white-plate_1150-20889.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownies-white-plate_1150-20889.jpg?_wi=2", }, { id: "3", name: "Vanilla Bean Sponge Cake", price: "$5.75", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-velvet-cake-portion-pink-background_123827-23120.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traditional-velvet-cake-portion-pink-background_123827-23120.jpg?_wi=2", }, { id: "4", -- 2.49.1