Update src/app/page.tsx

This commit is contained in:
2026-03-02 20:08:24 +00:00
parent 92a14b26dd
commit d30b36364c

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
title="Lil Bake: Freshly Baked Daily in Putney" 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." 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" 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" imageAlt="Fresh golden bagels and pastries"
mediaAnimation="slide-up" mediaAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
@@ -55,11 +55,11 @@ export default function LandingPage() {
{ {
name: "Sarah Mitchell", handle: "Local, Putney", testimonial: name: "Sarah Mitchell", handle: "Local, Putney", testimonial:
"Love the display! The pastries are absolutely gorgeous and taste even better.", rating: 5, "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: name: "James Chen", handle: "Regular Customer", testimonial:
"Finally, a proper bakery cafe in our neighborhood. Simply divine.", rating: 5, "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"},
]} ]}
/> />
</div> </div>
@@ -82,7 +82,7 @@ export default function LandingPage() {
features={[ features={[
{ {
id: "bagels", title: "Hand-Rolled Bagels", description: 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: 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"}, "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"},