From df6441f38d2a667326f37853aac344c0d21e9dad Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 14:36: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 2d40591..2c1f7fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { handle: "@elena_eats", testimonial: "The bread is perfection and the pasta is to die for. My favorite local spot!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/baked-pastry-item-rustic-wooden-shelf-generated-by-ai_188544-36211.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/baked-pastry-item-rustic-wooden-shelf-generated-by-ai_188544-36211.jpg?_wi=1", imageAlt: "luxury restaurant bakery interior", }, { @@ -72,7 +72,7 @@ export default function LandingPage() { handle: "@marcustravels", testimonial: "An incredible experience. The balance between bakery and restaurant is brilliant.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cookies-tied-with-rope-wood-board-dark-red-table-free-space_140725-144452.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cookies-tied-with-rope-wood-board-dark-red-table-free-space_140725-144452.jpg?_wi=1", imageAlt: "professional chef baking bread", }, { @@ -80,7 +80,7 @@ export default function LandingPage() { handle: "@sophia_lifestyle", testimonial: "The atmosphere is so cozy and inviting. Everything tastes homemade with love.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bowl-vegetarian-non-vegetarian-pasta-wooden-table_23-2147926035.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bowl-vegetarian-non-vegetarian-pasta-wooden-table_23-2147926035.jpg?_wi=1", imageAlt: "gourmet italian pasta dish", }, { @@ -88,7 +88,7 @@ export default function LandingPage() { handle: "@jamie_bakes", testimonial: "The croissant layers are absolute heaven. A true artisan gem in our neighborhood.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bread-table_171337-16138.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bread-table_171337-16138.jpg?_wi=1", imageAlt: "freshly baked artisanal bread", }, { @@ -96,11 +96,11 @@ export default function LandingPage() { handle: "@linda_dines", testimonial: "Consistent excellence. Whether it's morning coffee or a romantic dinner, they deliver.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cabbage-dolma-consists-ground-meat-with-greens-white-background-dinner-pepper-food-dish-meat_140725-96167.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cabbage-dolma-consists-ground-meat-with-greens-white-background-dinner-pepper-food-dish-meat_140725-96167.jpg?_wi=1", imageAlt: "handmade ravioli italian cuisine", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/baked-pastry-item-rustic-wooden-shelf-generated-by-ai_188544-36211.jpg" + imageSrc="http://img.b2bpic.net/free-photo/baked-pastry-item-rustic-wooden-shelf-generated-by-ai_188544-36211.jpg?_wi=2" imageAlt="Secret Kitchen restaurant and bakery interior" mediaAnimation="slide-up" avatars={[ @@ -160,7 +160,7 @@ export default function LandingPage() { description="Born from a passion for traditional techniques, Secret Kitchen is where bakery meets bistro. We transform simple flour and water into edible art, served with soul-warming dishes." subdescription="Every ingredient is sourced from local artisans who share our dedication to purity and quality. From early morning sourdough to late-night dinners, we believe every meal should be a celebration." icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/top-view-tasty-cookies-tied-with-rope-wood-board-dark-red-table-free-space_140725-144452.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-tasty-cookies-tied-with-rope-wood-board-dark-red-table-free-space_140725-144452.jpg?_wi=2" mediaAnimation="blur-reveal" /> @@ -176,19 +176,19 @@ export default function LandingPage() { id: "1", name: "Truffle Tagliatelle", price: "$28", - imageSrc: "http://img.b2bpic.net/free-photo/bowl-vegetarian-non-vegetarian-pasta-wooden-table_23-2147926035.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bowl-vegetarian-non-vegetarian-pasta-wooden-table_23-2147926035.jpg?_wi=2", }, { id: "2", name: "Rustic Country Sourdough", price: "$12", - imageSrc: "http://img.b2bpic.net/free-photo/bread-table_171337-16138.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bread-table_171337-16138.jpg?_wi=2", }, { id: "3", name: "Wild Mushroom Ravioli", price: "$26", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cabbage-dolma-consists-ground-meat-with-greens-white-background-dinner-pepper-food-dish-meat_140725-96167.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cabbage-dolma-consists-ground-meat-with-greens-white-background-dinner-pepper-food-dish-meat_140725-96167.jpg?_wi=2", }, { id: "4", -- 2.49.1