From 30c696e5665f02f2e3ec6be5d599452c3aa05ad0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 11:45:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eb6ec7b..dce7d82 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,12 +84,12 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} products={[ - { id: "1", name: "Chocolate Croissant", price: "£3.50", imageSrc: "http://img.b2bpic.net/free-photo/black-plate-with-sweet-delicious-pastry-white_114579-60766.jpg" }, - { id: "2", name: "Artisan Sourdough", price: "£4.50", imageSrc: "http://img.b2bpic.net/free-photo/set-breads-stored-sale-consumption-supermarket_169016-48926.jpg" }, - { id: "3", name: "Signature Coffee", price: "£2.80", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-female-hands-pressing-coffee-into-tamper-prepares-order-cafe-counter_1258-130403.jpg" }, - { id: "4", name: "Fresh Fruit Tart", price: "£3.95", imageSrc: "http://img.b2bpic.net/free-photo/black-plate-with-sweet-delicious-pastry-white_114579-60766.jpg" }, - { id: "5", name: "Brioche Loaf", price: "£4.20", imageSrc: "http://img.b2bpic.net/free-photo/set-breads-stored-sale-consumption-supermarket_169016-48926.jpg" }, - { id: "6", name: "Double Espresso", price: "£2.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-female-hands-pressing-coffee-into-tamper-prepares-order-cafe-counter_1258-130403.jpg" } + { id: "1", name: "Chocolate Croissant", price: "£3.50", imageSrc: "http://img.b2bpic.net/free-photo/black-plate-with-sweet-delicious-pastry-white_114579-60766.jpg?_wi=1" }, + { id: "2", name: "Artisan Sourdough", price: "£4.50", imageSrc: "http://img.b2bpic.net/free-photo/set-breads-stored-sale-consumption-supermarket_169016-48926.jpg?_wi=1" }, + { id: "3", name: "Signature Coffee", price: "£2.80", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-female-hands-pressing-coffee-into-tamper-prepares-order-cafe-counter_1258-130403.jpg?_wi=1" }, + { id: "4", name: "Fresh Fruit Tart", price: "£3.95", imageSrc: "http://img.b2bpic.net/free-photo/black-plate-with-sweet-delicious-pastry-white_114579-60766.jpg?_wi=2" }, + { id: "5", name: "Brioche Loaf", price: "£4.20", imageSrc: "http://img.b2bpic.net/free-photo/set-breads-stored-sale-consumption-supermarket_169016-48926.jpg?_wi=2" }, + { id: "6", name: "Double Espresso", price: "£2.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-female-hands-pressing-coffee-into-tamper-prepares-order-cafe-counter_1258-130403.jpg?_wi=2" } ]} title="Our Menu" description="From delicate pastries to artisanal breads, discover our handcrafted selection." @@ -101,11 +101,11 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={false} testimonials={[ - { id: "1", title: "Incredible Pastries", quote: "The best croissants in Hoddesdon! Absolutely artisanal.", name: "Emma L.", role: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-woman-apron-barista-giving-you-cup-coffee-working-cafe-serving_1258-199256.jpg" }, + { id: "1", title: "Incredible Pastries", quote: "The best croissants in Hoddesdon! Absolutely artisanal.", name: "Emma L.", role: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-woman-apron-barista-giving-you-cup-coffee-working-cafe-serving_1258-199256.jpg?_wi=1" }, { id: "2", title: "Daily Ritual", quote: "My daily coffee and bun stop. So friendly and welcoming.", name: "Mark D.", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kneading-dough_23-2148491310.jpg" }, { id: "3", title: "Truly Luxurious", quote: "I feel like I'm in Paris every time I walk in here.", name: "Sophia G.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinks-coffee-with-gingerbread-boy-cafe-street_169016-49028.jpg" }, { id: "4", title: "Highly Recommended", quote: "LGBTQ+ friendly and incredibly inclusive, not to mention the cake!", name: "Alex R.", role: "Artist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-pin-up-woman-eating-cake_176420-3341.jpg" }, - { id: "5", title: "Exceptional Quality", quote: "Great price point for the level of craftsmanship they put in.", name: "Sam T.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-woman-apron-barista-giving-you-cup-coffee-working-cafe-serving_1258-199256.jpg" } + { id: "5", title: "Exceptional Quality", quote: "Great price point for the level of craftsmanship they put in.", name: "Sam T.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-woman-apron-barista-giving-you-cup-coffee-working-cafe-serving_1258-199256.jpg?_wi=2" } ]} title="Sweet Words from Our Customers" description="Join our community of dessert lovers who rated us 4.8 stars." -- 2.49.1