From 82002fa61d00516f3681be41f74d5a2431a1689d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:54:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 46 ++++++++++++++++++++++++++-------------------- 1 file changed, 26 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8bc9341..4181f99 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import BlogCardThree from "@/components/sections/blog/BlogCardThree"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Calendar, Heart, ChefHat } from "lucide-react"; +import { Calendar, Heart, ChefHat, Clock } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -27,16 +27,16 @@ export default function HomePage() { title: "Navigate", items: [ { label: "Home", href: "/" }, { label: "Menu", href: "/menu" }, - { label: "Skyfall Lounge", href: "/skyfall-lounge" }, - { label: "Private Events", href: "/private-events" }, + { label: "Skyfall Lounge", href: "#skyfall" }, + { label: "Private Events", href: "#reservations" }, ], }, { title: "Dining", items: [ - { label: "Reservations", href: "/reservations" }, + { label: "Reservations", href: "#reservations" }, { label: "Gallery", href: "#gallery" }, - { label: "Private Events", href: "/private-events" }, - { label: "Contact", href: "#contact" }, + { label: "Private Events", href: "#reservations" }, + { label: "Contact", href: "#reservations" }, ], }, { @@ -94,7 +94,7 @@ export default function HomePage() { { text: "Reserve Your Table Now", href: "#reservations"}, { - text: "View Menu", href: "/menu"}, + text: "View Menu", href: "#menu"}, ]} buttonAnimation="slide-up" useInvertedBackground={false} @@ -109,17 +109,17 @@ export default function HomePage() { { id: 1, title: "Skyfall Lounge", description: - "Signature cocktails, balcony views and the perfect evening atmosphere. Whether it's sunset drinks or a night out with friends, Skyfall Lounge delivers unforgettable vibes.", imageSrc: + "Signature cocktails, balcony views and the perfect evening atmosphere. Whether it's sunset drinks or a night out with friends, Skyfall Lounge delivers unforgettable vibes. Open until late on weekends.", imageSrc: "http://img.b2bpic.net/free-photo/brown-shiny-sequins-with-confetti_23-2148051802.jpg?_wi=1"}, { id: 2, title: "Exceptional Dining", description: - "From premium steaks to mouth-watering burgers and breakfast favourites. Generous portions, quality ingredients and beautifully crafted plates.", imageSrc: + "From premium steaks to mouth-watering burgers and breakfast favourites. Generous portions, quality ingredients and beautifully crafted plates. Lunch and dinner service available Tuesday through Sunday.", imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-served-with-sauces-herbs_140725-5725.jpg"}, { id: 3, title: "Family Friendly", description: - "A stylish space where everyone is welcome. Enjoy your meal while the kids have fun in our secure play area.", imageSrc: + "A stylish space where everyone is welcome. Enjoy your meal while the kids have fun in our secure play area. Perfect for family gatherings and celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-handsome-male-enjoying-family-life-with-their-little-daughter-outdoor-cafe_613910-18579.jpg?_wi=1"}, ]} textboxLayout="default" @@ -184,7 +184,7 @@ export default function HomePage() { useInvertedBackground={false} buttons={[ { - text: "Explore Full Menu", href: "/menu"}, + text: "Explore Full Menu", href: "#menu"}, ]} buttonAnimation="slide-up" /> @@ -199,7 +199,7 @@ export default function HomePage() { useInvertedBackground={false} buttons={[ { - text: "View Cocktails", href: "/skyfall-lounge"}, + text: "View Cocktails", href: "#skyfall"}, ]} buttonAnimation="slide-up" /> @@ -255,7 +255,7 @@ export default function HomePage() { useInvertedBackground={false} buttons={[ { - text: "Book Private Event", href: "/private-events"}, + text: "Book Private Event", href: "#reservations"}, ]} buttonAnimation="slide-up" /> @@ -266,21 +266,27 @@ export default function HomePage() { faqs={[ { id: "1", title: "What are your operating hours?", content: - "We are open Tuesday through Sunday for lunch and dinner. Please call for holiday hours and special events availability."}, + "Tuesday - Thursday: 11:00 AM - 10:00 PM\nFriday - Saturday: 11:00 AM - 11:00 PM\nSunday: 10:00 AM - 9:00 PM\nClosed Mondays\n\nSkyfall Lounge: Open Tuesday-Sunday from 5:00 PM. Late nights Friday & Saturday until 1:00 AM."}, { id: "2", title: "Do you offer private events?", content: - "Yes, we host private events including birthday dinners, corporate gatherings, and family celebrations. Contact us for custom packages."}, + "Yes, we host private events including birthday dinners, corporate gatherings, and family celebrations. We can accommodate groups of 20 to 150 guests. Contact us for custom packages and availability."}, { id: "3", title: "Is the restaurant family-friendly?", content: - "Absolutely! We welcome families with children and feature a secure play area for kids to enjoy while you dine."}, + "Absolutely! We welcome families with children and feature a secure play area for kids to enjoy while you dine. We also offer a kids menu with options the whole family will love."}, { id: "4", title: "Can I book a table online?", content: - "Yes, you can make reservations directly through our website or call us for assistance with special requests."}, + "Yes, you can make reservations directly through our website or call us at +27 (0)21 555 0007 for assistance with special requests or same-day bookings."}, + { + id: "5", title: "Do you have a kids menu?", content: + "Yes! We offer a special kids menu with options ranging from R65-R125, including favorites like pasta, burgers, and chicken. All kids meals come with a drink and side."}, + { + id: "6", title: "Is there parking available?", content: + "Yes, we have dedicated parking for our guests available on-site. Street parking is also available in the surrounding area."}, ]} ctaTitle="Your Table Awaits" - ctaDescription="Book your experience at 007 Restaurant today and discover why we're Durbanville's most stylish dining destination." + ctaDescription="Book your experience at 007 Restaurant today and discover why we're Durbanville's most stylish dining destination. Call us or book online now." ctaButton={{ - text: "Reserve Table", href: "/reservations"}} + text: "Reserve Table", href: "#reservations"}} ctaIcon={Calendar} useInvertedBackground={false} animationType="slide-up" @@ -293,7 +299,7 @@ export default function HomePage() {