From 4baa2f99f11b256225a8ddf91ce4b3421b00b1d5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 14:26:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 135 +++++++++++------------------------------------ 1 file changed, 31 insertions(+), 104 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ad0d93..256ed08 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,7 +15,7 @@ export default function LandingPage() { return ( @@ -57,19 +42,14 @@ export default function LandingPage() {
@@ -97,26 +75,11 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - name: "Signature Seafood Tray", - price: "GH₵ 380+", - variant: "Sharing", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mussels-white-sauce-spices_23-2148234935.jpg", - }, + id: "1", name: "Signature Seafood Tray", price: "GH₵ 380+", variant: "Sharing", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mussels-white-sauce-spices_23-2148234935.jpg"}, { - id: "2", - name: "Premium Mixed Grill", - price: "GH₵ 320+", - variant: "Sharing", - imageSrc: "http://img.b2bpic.net/free-photo/lamb-steak-slices-served-with-mashed-potato_140725-5854.jpg", - }, + id: "2", name: "Premium Mixed Grill", price: "GH₵ 320+", variant: "Sharing", imageSrc: "http://img.b2bpic.net/free-photo/lamb-steak-slices-served-with-mashed-potato_140725-5854.jpg"}, { - id: "3", - name: "Dstrkt Full Breakfast", - price: "GH₵ 150+", - variant: "All-Day", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cow-tongue-salad-with-mayonnaise-lettuce-arugula-leaves-plate-with-tomatoes-cucumber-soft-drink-table_141793-2823.jpg", - }, + id: "3", name: "Dstrkt Full Breakfast", price: "GH₵ 150+", variant: "All-Day", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cow-tongue-salad-with-mayonnaise-lettuce-arugula-leaves-plate-with-tomatoes-cucumber-soft-drink-table_141793-2823.jpg"}, ]} title="A Menu Without Limits" description="Explore our curated culinary journey through local and international flavours." @@ -131,25 +94,15 @@ export default function LandingPage() { author="Lilas Nassrat" avatars={[ { - src: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg", - alt: "Akua Chrappah", - }, + src: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg", alt: "Akua Chrappah"}, { - src: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2510.jpg", - alt: "Mum of 2", - }, + src: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2510.jpg", alt: "Mum of 2"}, { - src: "http://img.b2bpic.net/free-photo/smiling-businessman-with-hands-head-sofa_1262-1975.jpg", - alt: "Ike OJ.", - }, + src: "http://img.b2bpic.net/free-photo/smiling-businessman-with-hands-head-sofa_1262-1975.jpg", alt: "Ike OJ."}, { - src: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190956.jpg", - alt: "Lilas Nassrat", - }, + src: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190956.jpg", alt: "Lilas Nassrat"}, { - src: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg", - alt: "Kojo Mensah", - }, + src: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg", alt: "Kojo Mensah"}, ]} ratingAnimation="blur-reveal" avatarsAnimation="slide-up" @@ -162,27 +115,16 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "1", - title: "Where are you located?", - content: "Lagos Avenue, East Legon, Accra, Ghana.", - }, + id: "1", title: "Where are you located?", content: "Lagos Avenue, East Legon, Accra, Ghana."}, { - id: "2", - title: "Are you open 24/7?", - content: "Yes, we are open 24 hours, 365 days a year.", - }, + id: "2", title: "Are you open 24/7?", content: "Yes, we are open 24 hours, 365 days a year."}, { - id: "3", - title: "Do you offer delivery?", - content: "Yes, available via Bolt Food and direct call.", - }, + id: "3", title: "Do you offer delivery?", content: "Yes, available via Bolt Food and direct call."}, ]} ctaTitle="Your Table is Waiting" ctaDescription="Join thousands of guests who've made DSTRKT 24 their favourite place in Accra." ctaButton={{ - text: "Call Us Now", - href: "tel:+233531100718", - }} + text: "Call Us Now", href: "tel:+233531100718"}} ctaIcon={Phone} /> @@ -192,42 +134,27 @@ export default function LandingPage() { logoText="DSTRKT 24" columns={[ { - title: "Explore", - items: [ + title: "Explore", items: [ { - label: "About Us", - href: "#", - }, + label: "About Us", href: "#about"}, { - label: "Our Menu", - href: "#menu", - }, + label: "Our Menu", href: "#menu"}, ], }, { - title: "Experiences", - items: [ + title: "Experiences", items: [ { - label: "Private Events", - href: "#", - }, + label: "Private Events", href: "#"}, { - label: "Shisha Terrace", - href: "#", - }, + label: "Shisha Terrace", href: "#"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "+233 531 100 718", - href: "tel:+233531100718", - }, + label: "+233 531 100 718", href: "tel:+233531100718"}, { - label: "Lagos Ave, East Legon", - href: "#", - }, + label: "Lagos Ave, East Legon", href: "#"}, ], }, ]} -- 2.49.1