9 Commits

Author SHA1 Message Date
18ac62f8a7 Update src/app/layout.tsx 2026-03-03 16:59:48 +00:00
ecbd79efcc Update src/app/page.tsx 2026-03-03 16:33:19 +00:00
506154f1fa Update src/app/page.tsx 2026-03-03 16:22:14 +00:00
3dddd16d80 Update src/app/layout.tsx 2026-03-03 16:22:06 +00:00
311ae510b3 Update src/app/layout.tsx 2026-03-03 16:19:36 +00:00
ef4d3cdc57 Update src/app/page.tsx 2026-03-03 16:06:14 +00:00
7eb0bf7506 Update src/app/styles/base.css 2026-03-03 16:00:35 +00:00
6c64a49be0 Update src/app/page.tsx 2026-03-03 16:00:34 +00:00
f68eb2a961 Update src/app/layout.tsx 2026-03-03 16:00:32 +00:00
3 changed files with 20 additions and 60 deletions

View File

@@ -1,56 +1,17 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Roboto } from "next/font/google"; import "./styles/globals.css";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const roboto = Roboto({
variable: "--font-roboto", subsets: ["latin"],
weight: ["100", "300", "400", "500", "700", "900"],
});
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Culinary Haven | Fine Dining Restaurant", description: "Experience award-winning cuisine and exceptional hospitality at Culinary Haven. Reserve your table today for an unforgettable fine dining experience.", keywords: "fine dining restaurant, gourmet cuisine, chef-driven restaurant, culinary excellence, reservation, upscale dining", openGraph: { title: "Culinary Haven | Award-Winning Fine Dining", description: "Experience exceptional cuisine crafted by award-winning chefs in an elegant atmosphere designed for unforgettable moments."};
title: "Culinary Haven | Fine Dining Restaurant", description: "Experience award-winning cuisine and exceptional hospitality at Culinary Haven.", type: "website", siteName: "Culinary Haven", images: [
{
url: "http://img.b2bpic.net/free-photo/beautiful-decorated-table-with-pine-leaf_8353-10194.jpg", alt: "Fine dining ambiance at Culinary Haven"
}
]
},
twitter: {
card: "summary_large_image", title: "Culinary Haven | Fine Dining Restaurant", description: "Experience award-winning cuisine and exceptional hospitality.", images: ["http://img.b2bpic.net/free-photo/beautiful-decorated-table-with-pine-leaf_8353-10194.jpg"]
},
robots: {
index: true,
follow: true
}
};
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: {
children: React.ReactNode; children: React.ReactNode;
}>) { }) {
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en">
<ServiceWrapper> <body>{children}
<body
className={`${roboto.variable} ${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
__html: ` __html: `
@@ -1418,7 +1379,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -15,16 +15,16 @@ import { Cake, Calendar, ChefHat, Flame, Leaf, Sparkles, Utensils, Wine } from '
export default function LandingPage() { export default function LandingPage() {
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="text-shift" defaultButtonVariant="hover-bubble"
defaultTextAnimation="entrance-slide" defaultTextAnimation="entrance-slide"
borderRadius="soft" borderRadius="soft"
contentWidth="medium" contentWidth="medium"
sizing="largeSizeMediumTitles" sizing="largeSizeMediumTitles"
background="aurora" background="circleGradient"
cardStyle="gradient-radial" cardStyle="glass-depth"
primaryButtonStyle="radial-glow" primaryButtonStyle="shadow"
secondaryButtonStyle="radial-glow" secondaryButtonStyle="layered"
headingFontWeight="extrabold" headingFontWeight="semibold"
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroSplitKpi <HeroSplitKpi
title="Culinary Artistry Meets Warm Hospitality" title="Culinary Artistry Meets Warm Hospitality"
description="Experience exceptional cuisine crafted by our award-winning chefs in an elegant atmosphere designed for unforgettable moments." description="Experience exceptional cuisine crafted by our award-winning chefs in an elegant atmosphere designed for unforgettable moments."
background={{ variant: "aurora" }} background={{ variant: "sparkles-gradient" }}
kpis={[ kpis={[
{ value: "20+", label: "Years of Excellence" }, { value: "20+", label: "Years of Excellence" },
{ value: "1000+", label: "Happy Guests Monthly" }, { value: "1000+", label: "Happy Guests Monthly" },
@@ -169,23 +169,23 @@ export default function LandingPage() {
}, },
{ {
id: "2", name: "James Chen", handle: "@jameschen", testimonial: "The level of culinary artistry here is remarkable. Each course was a journey of flavors. We'll definitely be returning!", rating: 5, id: "2", name: "James Chen", handle: "@jameschen", testimonial: "The level of culinary artistry here is remarkable. Each course was a journey of flavors. We'll definitely be returning!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Chen" imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Chen"
}, },
{ {
id: "3", name: "Emma Rodriguez", handle: "@emmalovesood", testimonial: "From the elegant plating to the thoughtful wine pairings, every detail was perfect. A truly world-class dining experience.", rating: 5, id: "3", name: "Emma Rodriguez", handle: "@emmalovesood", testimonial: "From the elegant plating to the thoughtful wine pairings, every detail was perfect. A truly world-class dining experience.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Emma Rodriguez" imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1", imageAlt: "Emma Rodriguez"
}, },
{ {
id: "4", name: "Michael Thompson", handle: "@mthompson", testimonial: "Our business dinner here was a tremendous success. The private dining room, exquisite food, and attentive service were exactly what we needed.", rating: 5, id: "4", name: "Michael Thompson", handle: "@mthompson", testimonial: "Our business dinner here was a tremendous success. The private dining room, exquisite food, and attentive service were exactly what we needed.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Thompson" imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Thompson"
}, },
{ {
id: "5", name: "Sophia Laurent", handle: "@sophiaeats", testimonial: "I've dined at fine restaurants across the world, and Culinary Haven ranks among the best. The creativity and execution are outstanding.", rating: 5, id: "5", name: "Sophia Laurent", handle: "@sophiaeats", testimonial: "I've dined at fine restaurants across the world, and Culinary Haven ranks among the best. The creativity and execution are outstanding.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Sophia Laurent" imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2", imageAlt: "Sophia Laurent"
}, },
{ {
id: "6", name: "David Park", handle: "@davidpark", testimonial: "Brought my family for a special occasion and it was perfect. The kids loved their meal just as much as the adults. Highly recommended!", rating: 5, id: "6", name: "David Park", handle: "@davidpark", testimonial: "Brought my family for a special occasion and it was perfect. The kids loved their meal just as much as the adults. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Park" imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Park"
} }
]} ]}
showRating={true} showRating={true}

View File

@@ -11,7 +11,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-roboto), sans-serif; font-family: var(--font-poppins), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-roboto), sans-serif; font-family: var(--font-poppins), sans-serif;
} }