Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 82002fa61d | |||
| d7117b25d9 |
@@ -12,7 +12,7 @@ import BlogCardThree from "@/components/sections/blog/BlogCardThree";
|
|||||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
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() {
|
export default function HomePage() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
@@ -27,16 +27,16 @@ export default function HomePage() {
|
|||||||
title: "Navigate", items: [
|
title: "Navigate", items: [
|
||||||
{ label: "Home", href: "/" },
|
{ label: "Home", href: "/" },
|
||||||
{ label: "Menu", href: "/menu" },
|
{ label: "Menu", href: "/menu" },
|
||||||
{ label: "Skyfall Lounge", href: "/skyfall-lounge" },
|
{ label: "Skyfall Lounge", href: "#skyfall" },
|
||||||
{ label: "Private Events", href: "/private-events" },
|
{ label: "Private Events", href: "#reservations" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Dining", items: [
|
title: "Dining", items: [
|
||||||
{ label: "Reservations", href: "/reservations" },
|
{ label: "Reservations", href: "#reservations" },
|
||||||
{ label: "Gallery", href: "#gallery" },
|
{ label: "Gallery", href: "#gallery" },
|
||||||
{ label: "Private Events", href: "/private-events" },
|
{ label: "Private Events", href: "#reservations" },
|
||||||
{ label: "Contact", href: "#contact" },
|
{ label: "Contact", href: "#reservations" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -94,7 +94,7 @@ export default function HomePage() {
|
|||||||
{
|
{
|
||||||
text: "Reserve Your Table Now", href: "#reservations"},
|
text: "Reserve Your Table Now", href: "#reservations"},
|
||||||
{
|
{
|
||||||
text: "View Menu", href: "/menu"},
|
text: "View Menu", href: "#menu"},
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -109,17 +109,17 @@ export default function HomePage() {
|
|||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
title: "Skyfall Lounge", description:
|
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"},
|
"http://img.b2bpic.net/free-photo/brown-shiny-sequins-with-confetti_23-2148051802.jpg?_wi=1"},
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
title: "Exceptional Dining", description:
|
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"},
|
"http://img.b2bpic.net/free-photo/beef-steak-served-with-sauces-herbs_140725-5725.jpg"},
|
||||||
{
|
{
|
||||||
id: 3,
|
id: 3,
|
||||||
title: "Family Friendly", description:
|
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"},
|
"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"
|
textboxLayout="default"
|
||||||
@@ -184,7 +184,7 @@ export default function HomePage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Explore Full Menu", href: "/menu"},
|
text: "Explore Full Menu", href: "#menu"},
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -199,7 +199,7 @@ export default function HomePage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "View Cocktails", href: "/skyfall-lounge"},
|
text: "View Cocktails", href: "#skyfall"},
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -255,7 +255,7 @@ export default function HomePage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book Private Event", href: "/private-events"},
|
text: "Book Private Event", href: "#reservations"},
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -266,21 +266,27 @@ export default function HomePage() {
|
|||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1", title: "What are your operating hours?", content:
|
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:
|
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:
|
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:
|
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"
|
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={{
|
ctaButton={{
|
||||||
text: "Reserve Table", href: "/reservations"}}
|
text: "Reserve Table", href: "#reservations"}}
|
||||||
ctaIcon={Calendar}
|
ctaIcon={Calendar}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -293,7 +299,7 @@ export default function HomePage() {
|
|||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={footerColumns}
|
columns={footerColumns}
|
||||||
bottomLeftText="© 2025 007 Restaurant, Durbanville. All rights reserved."
|
bottomLeftText="© 2025 007 Restaurant, Durbanville. All rights reserved."
|
||||||
bottomRightText="Licensed to Dine. Where Dining Meets 007."
|
bottomRightText="Licensed to Dine. Where Dining Meets 007. | Tuesday - Sunday 11:00 AM - 10:00 PM"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user