diff --git a/src/app/page.tsx b/src/app/page.tsx index f458a82..267d345 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,7 +42,7 @@ export default function LandingPage() { title="Lil Bake: Freshly Baked Daily in Putney" description="From our oven to your table. Experience the warmth of homemade treats in the heart of Putney. Newly opened March 2025, celebrating community and craft." tag="Now Open" - imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-bunch-bagels-covered-sesame-seeds_181624-58886.jpg" + imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-bunch-bagels-covered-sesame-seeds_181624-58886.jpg?_wi=1" imageAlt="Fresh golden bagels and pastries" mediaAnimation="slide-up" useInvertedBackground={false} @@ -55,11 +55,11 @@ export default function LandingPage() { { name: "Sarah Mitchell", handle: "Local, Putney", testimonial: "Love the display! The pastries are absolutely gorgeous and taste even better.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=1"}, { name: "James Chen", handle: "Regular Customer", testimonial: "Finally, a proper bakery cafe in our neighborhood. Simply divine.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2"}, ]} /> @@ -82,7 +82,7 @@ export default function LandingPage() { features={[ { id: "bagels", title: "Hand-Rolled Bagels", description: - "Traditional boiled-and-baked bagels in classic and seasonal flavours. House-made daily.", tag: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-bunch-bagels-covered-sesame-seeds_181624-58886.jpg", imageAlt: "Fresh bagels selection"}, + "Traditional boiled-and-baked bagels in classic and seasonal flavours. House-made daily.", tag: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-bunch-bagels-covered-sesame-seeds_181624-58886.jpg?_wi=2", imageAlt: "Fresh bagels selection"}, { id: "pastries", title: "Artisan Pastries", description: "Buttery croissants, Danish pastries, and house-made cinnamon swirls (£3.50). Pure indulgence.", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/croissant-juice-breakfast_23-2147717709.jpg", imageAlt: "Golden butter croissant"},