From 3bebafbebc3372b5b3f3ad278b5d37e195d80da6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 15:44:22 +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 ac779a2..98653df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { handle: "@alicem", testimonial: "The best sourdough I've ever had in this city.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/freshly-halved-baked-bread-dusted-with-flour-wooden-table_23-2147975181.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/freshly-halved-baked-bread-dusted-with-flour-wooden-table_23-2147975181.jpg?_wi=1", imageAlt: "artisanal bread bakery interior morning light", }, { @@ -64,7 +64,7 @@ export default function LandingPage() { handle: "@robk", testimonial: "Their croissants are perfectly buttery and flaky.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hands-girl-kneading-dough-kitchen-table-with-flour-messy-kid-baking-buns-pies-by-herself-medium-shot-family-cooking-concept_74855-7329.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hands-girl-kneading-dough-kitchen-table-with-flour-messy-kid-baking-buns-pies-by-herself-medium-shot-family-cooking-concept_74855-7329.jpg?_wi=1", imageAlt: "baker kneading dough flour clouds", }, { @@ -72,7 +72,7 @@ export default function LandingPage() { handle: "@sarahj", testimonial: "Lovely atmosphere and even better cinnamon rolls.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/traditional-irish-soda-bread-with-raisins-freshly-baked_123827-37341.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traditional-irish-soda-bread-with-raisins-freshly-baked_123827-37341.jpg?_wi=1", imageAlt: "sourdough artisan bread close up", }, { @@ -80,7 +80,7 @@ export default function LandingPage() { handle: "@markd", testimonial: "Authentic recipes that remind me of home.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-freshly-baked-croissants-bakery-blurred-background_169016-25377.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-freshly-baked-croissants-bakery-blurred-background_169016-25377.jpg?_wi=1", imageAlt: "fresh buttery croissants gold brown", }, { @@ -88,11 +88,11 @@ export default function LandingPage() { handle: "@elenap", testimonial: "A staple of my morning routine for years.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-delicious-blueberry-muffins_114579-49449.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-delicious-blueberry-muffins_114579-49449.jpg?_wi=1", imageAlt: "chocolate muffin sweet pastry", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/freshly-halved-baked-bread-dusted-with-flour-wooden-table_23-2147975181.jpg" + imageSrc="http://img.b2bpic.net/free-photo/freshly-halved-baked-bread-dusted-with-flour-wooden-table_23-2147975181.jpg?_wi=2" imageAlt="Freshly baked bread in our bakery" avatars={[ { @@ -127,7 +127,7 @@ export default function LandingPage() { title="Baked with Love & Tradition" description="Founded in 1998, we believe that bread is the heart of a home. We use local, organic ingredients to ensure every bite is perfection." subdescription="Our bakers start at 3 AM every day to bring you the freshest experience possible." - imageSrc="http://img.b2bpic.net/free-photo/hands-girl-kneading-dough-kitchen-table-with-flour-messy-kid-baking-buns-pies-by-herself-medium-shot-family-cooking-concept_74855-7329.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hands-girl-kneading-dough-kitchen-table-with-flour-messy-kid-baking-buns-pies-by-herself-medium-shot-family-cooking-concept_74855-7329.jpg?_wi=2" mediaAnimation="slide-up" icon={Wheat} /> @@ -144,19 +144,19 @@ export default function LandingPage() { id: "p1", name: "Artisan Sourdough", price: "$8.00", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-irish-soda-bread-with-raisins-freshly-baked_123827-37341.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traditional-irish-soda-bread-with-raisins-freshly-baked_123827-37341.jpg?_wi=2", }, { id: "p2", name: "Butter Croissant", price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-freshly-baked-croissants-bakery-blurred-background_169016-25377.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-freshly-baked-croissants-bakery-blurred-background_169016-25377.jpg?_wi=2", }, { id: "p3", name: "Blueberry Muffin", price: "$3.75", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-delicious-blueberry-muffins_114579-49449.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-delicious-blueberry-muffins_114579-49449.jpg?_wi=2", }, { id: "p4", -- 2.49.1