From 3a330cb103a019ddecb2485efa085f45fb8f435f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 13:01:13 +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 cab7504..f6cacef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,17 +44,17 @@ export default function LandingPage() { title="The Daily Grind" description="Where world-class coffee meets unforgettable food. Experience Gaborone’s most loved café." testimonials={[ - { name: "Sarah J.", handle: "@sarahj", testimonial: "Best coffee in Gaborone. Melbourne-level good.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-sitting-restaurant_23-2149930183.jpg", imageAlt: "luxury coffee shop interior moody lighting" }, + { name: "Sarah J.", handle: "@sarahj", testimonial: "Best coffee in Gaborone. Melbourne-level good.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-sitting-restaurant_23-2149930183.jpg?_wi=1", imageAlt: "luxury coffee shop interior moody lighting" }, { name: "Mark D.", handle: "@markd", testimonial: "Absolutely delicious and thoughtfully crafted food.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081461.jpg", imageAlt: "luxury coffee shop interior moody lighting" }, - { name: "Elena P.", handle: "@elenap", testimonial: "Amazing vibe, incredible food, and friendly staff.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-fillet-with-sauce-top_140725-6436.jpg", imageAlt: "luxury coffee shop interior moody lighting" }, - { name: "David K.", handle: "@davidk", testimonial: "The perfect spot for business breakfast.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/disposable-coffee-cup-edge-window-sill_23-2147937418.jpg", imageAlt: "luxury coffee shop interior moody lighting" }, - { name: "Linda M.", handle: "@lindam", testimonial: "Consistently excellent experience every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/poke-bowl-close-up_23-2147985146.jpg", imageAlt: "luxury coffee shop interior moody lighting" }, + { name: "Elena P.", handle: "@elenap", testimonial: "Amazing vibe, incredible food, and friendly staff.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-fillet-with-sauce-top_140725-6436.jpg?_wi=1", imageAlt: "luxury coffee shop interior moody lighting" }, + { name: "David K.", handle: "@davidk", testimonial: "The perfect spot for business breakfast.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/disposable-coffee-cup-edge-window-sill_23-2147937418.jpg?_wi=1", imageAlt: "luxury coffee shop interior moody lighting" }, + { name: "Linda M.", handle: "@lindam", testimonial: "Consistently excellent experience every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/poke-bowl-close-up_23-2147985146.jpg?_wi=1", imageAlt: "luxury coffee shop interior moody lighting" }, ]} buttons={[ { text: "Reserve Table", href: "#contact" }, { text: "View Menu", href: "#menu" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-people-sitting-restaurant_23-2149930183.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-people-sitting-restaurant_23-2149930183.jpg?_wi=2" imageAlt="Luxurious coffee shop atmosphere" avatars={[ { src: "http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129573.jpg", alt: "Customer 1" }, @@ -109,9 +109,9 @@ export default function LandingPage() { useInvertedBackground={true} animationType="slide-up" products={[ - { id: "m1", name: "Turkish Eggs & Lamb", price: "P95", variant: "Breakfast", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-fillet-with-sauce-top_140725-6436.jpg" }, - { id: "m2", name: "Oat Milk Cappuccino", price: "P35", variant: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/disposable-coffee-cup-edge-window-sill_23-2147937418.jpg" }, - { id: "m3", name: "Grilled Chicken Quinoa Bowl", price: "P120", variant: "Lunch", imageSrc: "http://img.b2bpic.net/free-photo/poke-bowl-close-up_23-2147985146.jpg" }, + { id: "m1", name: "Turkish Eggs & Lamb", price: "P95", variant: "Breakfast", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-fillet-with-sauce-top_140725-6436.jpg?_wi=2" }, + { id: "m2", name: "Oat Milk Cappuccino", price: "P35", variant: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/disposable-coffee-cup-edge-window-sill_23-2147937418.jpg?_wi=2" }, + { id: "m3", name: "Grilled Chicken Quinoa Bowl", price: "P120", variant: "Lunch", imageSrc: "http://img.b2bpic.net/free-photo/poke-bowl-close-up_23-2147985146.jpg?_wi=2" }, { id: "m4", name: "Avocado Sourdough", price: "P85", variant: "Breakfast", imageSrc: "http://img.b2bpic.net/free-photo/closeup-side-dish-with-vegetables-caviar-top-with-blurred-background_181624-2204.jpg" }, { id: "m5", name: "Flat White", price: "P30", variant: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/vintage-coffee-with-latte-art-decoration_1150-6331.jpg" }, { id: "m6", name: "Roasted Vegetable Tart", price: "P75", variant: "Lunch", imageSrc: "http://img.b2bpic.net/free-photo/side-view-quinoa-salad-with-tomato-cucumber-basil-salt-pepper-table_141793-3676.jpg" }, -- 2.49.1