Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #6.
This commit is contained in:
@@ -1,11 +1,17 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Geist, Geist_Mono } from "next/font/google";
|
||||
import "./globals.css";
|
||||
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
const geist = Geist({
|
||||
variable: "--font-geist-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const geistMono = Geist_Mono({
|
||||
variable: "--font-geist-mono", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Cavo Dubai - Premium Dining & Lounge", description: "Dubai's most stylish dining and lounge experience with premium sushi, handcrafted cocktails, and stunning Burj Khalifa views."};
|
||||
title: "Cavo Dubai - Premium Dining & Lounge", description: "Dubai's most stylish dining and lounge experience featuring premium cuisine, handcrafted cocktails, and stunning Burj Khalifa views."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -14,7 +20,9 @@ export default function RootLayout({
|
||||
}) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
|
||||
@@ -140,7 +140,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Signature Dining", description: "Fresh sushi, premium seafood, and beautifully crafted dishes designed for sharing.", bentoComponent: "media-stack", items: [
|
||||
title: "Signature Dining", description: "Fresh sushi, premium seafood, and beautifully crafted dishes designed for sharing.", button: { text: "Learn More", href: "#menu" },
|
||||
bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lot-variety-fruits-drinks-served-celebration-table_8353-9832.jpg?_wi=2", imageAlt: "Premium sushi platter"
|
||||
},
|
||||
@@ -153,7 +154,8 @@ export default function LandingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Handcrafted Cocktails", description: "Signature mixology featuring premium spirits and fresh ingredients curated by expert bartenders.", bentoComponent: "media-stack", items: [
|
||||
title: "Handcrafted Cocktails", description: "Signature mixology featuring premium spirits and fresh ingredients curated by expert bartenders.", button: { text: "Explore", href: "#menu" },
|
||||
bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/daiquiri-cocktails-with-lime-slices-assortment_23-2149486835.jpg?_wi=2", imageAlt: "Signature cocktail"
|
||||
},
|
||||
@@ -166,7 +168,8 @@ export default function LandingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Stylish Atmosphere", description: "Instagram-worthy design with soft lighting, elegant furnishings, and stunning Burj Khalifa views.", bentoComponent: "media-stack", items: [
|
||||
title: "Stylish Atmosphere", description: "Instagram-worthy design with soft lighting, elegant furnishings, and stunning Burj Khalifa views.", button: { text: "Explore", href: "#menu" },
|
||||
bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hammocks-with-city-background_1203-691.jpg?_wi=2", imageAlt: "Rooftop lounge views"
|
||||
},
|
||||
@@ -179,7 +182,8 @@ export default function LandingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Perfect For Events", description: "Private spaces available for birthdays, corporate gatherings, and unforgettable celebrations.", bentoComponent: "media-stack", items: [
|
||||
title: "Perfect For Events", description: "Private spaces available for birthdays, corporate gatherings, and unforgettable celebrations.", button: { text: "Learn More", href: "#events" },
|
||||
bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_1203-2826.jpg?_wi=2", imageAlt: "Event space setup"
|
||||
},
|
||||
@@ -331,22 +335,22 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How do I make a reservation?", content: "Call +971 4 XXX XXXX, use our website form, or book through reservation platforms. We recommend booking in advance for weekends and special occasions."
|
||||
id: "1", title: "How do I make a reservation?", content: "You can reserve a table through our website reservation form, call us directly at +971 4 XXX XXXX, or use popular reservation platforms. We recommend booking in advance, especially for weekends and special occasions."
|
||||
},
|
||||
{
|
||||
id: "2", title: "What is your cuisine style?", content: "We specialize in premium dining featuring fresh sushi, premium seafood, and handcrafted cocktails prepared by our expert chefs."
|
||||
id: "2", title: "What is your cuisine style?", content: "We specialize in premium dining with a focus on fresh sushi, premium seafood, and handcrafted cocktails. Our menu features both signature dishes and seasonal specials prepared by our expert chefs."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Do you host private events?", content: "Yes! We have private and semi-private spaces available for birthdays, corporate events, and group celebrations. Contact us to customize your experience."
|
||||
id: "3", title: "Do you host private events?", content: "Yes! We have private and semi-private spaces available for birthdays, corporate events, and group celebrations. Contact us to discuss your event requirements and customize your experience."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Is parking available?", content: "Yes, we offer complimentary valet parking for all our guests. Just mention you're dining at Cavo Dubai when you arrive."
|
||||
},
|
||||
{
|
||||
id: "5", title: "What is your dress code?", content: "Smart casual attire is recommended for our upscale dining experience."
|
||||
id: "5", title: "What is your dress code?", content: "Smart casual attire is recommended. We're a premium venue, so we kindly ask guests to dress appropriately for an upscale dining experience."
|
||||
},
|
||||
{
|
||||
id: "6", title: "Can I book a group reservation?", content: "Absolutely! We welcome group reservations and can accommodate various sizes. Call +971 4 XXX XXXX for group bookings and special pricing."
|
||||
id: "6", title: "Can I book a group reservation?", content: "Absolutely! We welcome group reservations and can accommodate various group sizes. Please contact us directly at +971 4 XXX XXXX for group bookings and special pricing."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user