From 52a56fc55b3d5f763555f80e406b55148c9dd4e1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 08:18:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 279 ++++++++++------------------------------------- 1 file changed, 60 insertions(+), 219 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d5e213e..64d8ebe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { DollarSign } from "lucide-react"; +import { DollarSign, Sparkles, Cocktail, Cake, Wine } from "lucide-react"; export default function LandingPage() { return ( @@ -34,30 +34,18 @@ export default function LandingPage() { @@ -66,19 +54,14 @@ export default function LandingPage() {
@@ -333,20 +211,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "faq-1", - title: "What are your operating hours?", - content: "Midnight Lounge is proud to be open 24 hours a day, 7 days a week, offering our full menu and services around the clock for your convenience.", - }, + id: "faq-1", title: "What are your operating hours?", content: "Midnight Lounge is proud to be open 24 hours a day, 7 days a week, offering our full menu and services around the clock for your convenience."}, { - id: "faq-2", - title: "Do you accept reservations?", - content: "Yes, we highly recommend making reservations, especially for larger groups or during peak hours, to ensure you get the best seating experience.", - }, + id: "faq-2", title: "Do you accept reservations?", content: "Yes, we highly recommend making reservations, especially for larger groups or during peak hours, to ensure you get the best seating experience."}, { - id: "faq-3", - title: "What is the price range per person?", - content: "Our typical price range for a meal per person is Ksh 1,500–2,000, as reported by our satisfied guests.", - }, + id: "faq-3", title: "What is the price range per person?", content: "Our typical price range for a meal per person is Ksh 1,500–2,000, as reported by our satisfied guests."}, ]} sideTitle="Frequently Asked Questions" sideDescription="Find quick answers to common questions about Midnight Lounge, from reservations to dining experiences." @@ -359,20 +228,15 @@ export default function LandingPage() {
@@ -382,58 +246,35 @@ export default function LandingPage() { logoText="Midnight Lounge" columns={[ { - title: "Menu", - items: [ + title: "Menu", items: [ { - label: "Steaks", - href: "#menu", - }, + label: "Steaks", href: "#menu"}, { - label: "Burgers", - href: "#menu", - }, + label: "Burgers", href: "#menu"}, { - label: "Pastas", - href: "#menu", - }, + label: "Pastas", href: "#menu"}, { - label: "Desserts", - href: "#menu", - }, + label: "Desserts", href: "#menu"}, ], }, { - title: "About Us", - items: [ + title: "About Us", items: [ { - label: "Our Story", - href: "#about", - }, + label: "Our Story", href: "#about"}, { - label: "Reviews", - href: "#reviews", - }, + label: "Reviews", href: "#reviews"}, { - label: "FAQs", - href: "#faq", - }, + label: "FAQs", href: "#faq"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "Reservations", - href: "#contact", - }, + label: "Reservations", href: "#contact"}, { - label: "Location", - href: "https://www.google.com/maps/search/Midnight+Lounge+Kimbo+Ruiru", - }, + label: "Location", href: "https://www.google.com/maps/search/Midnight+Lounge+Kimbo+Ruiru"}, { - label: "Inquiries", - href: "mailto:info@midnightlounge.com", - }, + label: "Inquiries", href: "mailto:info@midnightlounge.com"}, ], }, ]}