From 2684cd8394479fe417390f4b292bf8febd25e47f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 04:40:48 +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 acdb3fe..c217dc0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,7 @@ export default function LandingPage() { { name: "About", id: "/about" }, { name: "Contact", id: "/contact" }, ]} - brandName="Le Petit Oiseau" + brandName="" button={{ text: "Reserve Now", href: "/reservations" }} className="font-bold" /> @@ -45,7 +45,7 @@ export default function LandingPage() { title="An Elevated Dining Experience in Accra" description="Where tradition meets modern luxury. Discover the culinary heart of Ghana at Le Petit Oiseau." buttons={[{ text: "Reserve a Table", href: "/reservations" }, { text: "Call Now", href: "tel:+233599420024" }]} - imageSrc="http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C0t1855jSM9cy1mBUiraRItHGd/uploaded-1775536326827-3epn07it.jpg" imageAlt="Le Petit Oiseau restaurant interior" /> @@ -57,12 +57,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "dish1", name: "Steak Au Poivre", price: "GHS 350", imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-mushroom-dark-table_23-2148340435.jpg?_wi=1" }, - { id: "dish2", name: "Sticky Toffee Pudding", price: "GHS 150", imageSrc: "http://img.b2bpic.net/free-photo/fried-lamb-topped-with-vanilla-ice-cream-placed-lipstick-perfume_140725-2520.jpg?_wi=1" }, - { id: "dish3", name: "Goat Espetada", price: "GHS 280", imageSrc: "http://img.b2bpic.net/free-photo/stick-confitures-inside-brown-plate-yellow-background-snack-photo-color-food-meal_140725-30093.jpg?_wi=1" }, - { id: "dish4", name: "Roasted Lamb", price: "GHS 320", imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-mushroom-dark-table_23-2148340435.jpg?_wi=2" }, - { id: "dish5", name: "Dark Chocolate Tart", price: "GHS 180", imageSrc: "http://img.b2bpic.net/free-photo/fried-lamb-topped-with-vanilla-ice-cream-placed-lipstick-perfume_140725-2520.jpg?_wi=2" }, - { id: "dish6", name: "Seafood Platter", price: "GHS 450", imageSrc: "http://img.b2bpic.net/free-photo/stick-confitures-inside-brown-plate-yellow-background-snack-photo-color-food-meal_140725-30093.jpg?_wi=2" } + { id: "dish1", name: "Steak Au Poivre", price: "GHS 350", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C0t1855jSM9cy1mBUiraRItHGd/uploaded-1775536009031-nh08kya5.jpg" }, + { id: "dish2", name: "Sticky Toffee Pudding", price: "GHS 150", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C0t1855jSM9cy1mBUiraRItHGd/uploaded-1775536021875-nsmaccrg.jpg" }, + { id: "dish3", name: "Goat Espetada", price: "GHS 280", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C0t1855jSM9cy1mBUiraRItHGd/uploaded-1775536284339-vu8tcjec.jpg" }, + { id: "dish4", name: "Roasted Lamb", price: "GHS 320", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C0t1855jSM9cy1mBUiraRItHGd/uploaded-1775536155959-4lfhm9mt.jpg" }, + { id: "dish5", name: "Dark Chocolate Tart", price: "GHS 180", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C0t1855jSM9cy1mBUiraRItHGd/uploaded-1775536188263-yyumolkm.jpg" }, + { id: "dish6", name: "Seafood Platter", price: "GHS 450", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C0t1855jSM9cy1mBUiraRItHGd/uploaded-1775536777369-mknkp8h9.jpg" } ]} title="Our Signature Creations" description="Indulge in our carefully crafted menu, featuring the finest local ingredients elevated to culinary perfection." -- 2.49.1