Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-09 13:04:34 +00:00
2 changed files with 27 additions and 48 deletions

View File

@@ -1,51 +1,22 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Roboto } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const roboto = Roboto({
variable: "--font-roboto", subsets: ["latin"],
weight: ["100", "300", "400", "500", "700", "900"],
});
import { Lenis } from "@/providers/lenis";
import "@/styles/globals.css";
export const metadata: Metadata = {
title: "Master Chef - Elevated Culinary Experiences", description: "Discover bespoke culinary services from a master chef with 15+ years of excellence. Personalized menus, premium ingredients, and unforgettable dining experiences.", keywords: "chef, catering, culinary services, fine dining, cooking, gastronomy, event catering, personal chef", openGraph: {
title: "Master Chef - Elevated Culinary Experiences", description: "Experience refined cuisine and culinary excellence from a dedicated master chef.", siteName: "Chef", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/people-making-vases-with-clay_1157-30708.jpg", alt: "Master Chef"},
],
},
twitter: {
card: "summary_large_image", title: "Master Chef - Elevated Culinary Experiences", description: "Bespoke culinary services and refined cuisine from a master chef.", images: ["http://img.b2bpic.net/free-photo/people-making-vases-with-clay_1157-30708.jpg"],
},
title: "Chef | Culinary Excellence", description: "Experience the art of refined cuisine from a master chef with 15+ years of culinary excellence.", keywords: "chef, culinary, cuisine, catering, fine dining", openGraph: {
title: "Chef | Culinary Excellence", description: "Experience the art of refined cuisine from a master chef with 15+ years of culinary excellence.", type: "website"},
};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${roboto.variable} antialiased`}
>
<Tag />
{children}
<body suppressHydrationWarning>
<Lenis>{children}</Lenis>
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1413,7 +1384,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -82,11 +82,14 @@ export default function LandingPage() {
<ProductCardFour
products={[
{
id: "1", name: "Contemporary French Cuisine", price: "Upon Request", variant: "Modern Techniques & Tradition", imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-legs-with-sliced-tomato-onion-glass-plate_114579-57535.jpg", imageAlt: "Contemporary French dish"},
id: "1", name: "Contemporary French Cuisine", price: "Starting at $500", variant: "Modern Techniques & Tradition", imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-legs-with-sliced-tomato-onion-glass-plate_114579-57535.jpg", imageAlt: "Contemporary French dish"
},
{
id: "2", name: "Artisanal Plating Mastery", price: "Upon Request", variant: "Visual Elegance & Taste", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowl-mussels-cream_140725-5203.jpg", imageAlt: "Artisanal plated dish"},
id: "2", name: "Artisanal Plating Mastery", price: "Custom Pricing", variant: "Visual Elegance & Taste", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowl-mussels-cream_140725-5203.jpg", imageAlt: "Artisanal plated dish"
},
{
id: "3", name: "Seasonal Ingredient Driven", price: "Upon Request", variant: "Farm Fresh Excellence", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-spices-herbs-three-bowls-spices-black-pepper-raddish-herbs_140725-122951.jpg", imageAlt: "Seasonal ingredients preparation"},
id: "3", name: "Seasonal Ingredient Driven", price: "$250+", variant: "Farm Fresh Excellence", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-spices-herbs-three-bowls-spices-black-pepper-raddish-herbs_140725-122951.jpg", imageAlt: "Seasonal ingredients preparation"
},
]}
title="Featured Culinary Specialties"
description="Discover my signature offerings that showcase culinary innovation and dedication to quality."
@@ -108,11 +111,13 @@ export default function LandingPage() {
description="Personalized culinary solutions tailored to your vision, whether it's intimate dinners, corporate events, or exclusive tasting experiences."
negativeCard={{
items: [
"Generic catering approach", "Limited ingredient sourcing", "Rushed preparation without passion", "No customization options"],
"Generic catering approach", "Limited ingredient sourcing", "Rushed preparation without passion", "No customization options"
],
}}
positiveCard={{
items: [
"Bespoke menu design for you", "Premium, locally-sourced ingredients", "Meticulous attention to every detail", "Fully customized culinary experiences", "Professional kitchen expertise"],
"Bespoke menu design for you", "Premium, locally-sourced ingredients", "Meticulous attention to every detail", "Fully customized culinary experiences", "Professional kitchen expertise"
],
}}
animationType="slide-up"
textboxLayout="default"
@@ -128,16 +133,20 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Mitchell", handle: "@eventplanner", testimonial: "Absolutely phenomenal! The chef elevated our corporate event beyond expectations. Every course was a masterpiece.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16037.jpg", imageAlt: "Sarah Mitchell"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16037.jpg", imageAlt: "Sarah Mitchell"
},
{
id: "2", name: "James Chen", handle: "@foodcritic", testimonial: "Exceptional talent and dedication. The seasonal menu was innovative yet respectful of culinary tradition.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg", imageAlt: "James Chen"},
imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg", imageAlt: "James Chen"
},
{
id: "3", name: "Emma Rodriguez", handle: "@hostwithmost", testimonial: "Simply outstanding. The chef transformed our intimate gathering into an unforgettable culinary journey.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-hiker-adjusting-camera-lens_23-2148148686.jpg", imageAlt: "Emma Rodriguez"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-hiker-adjusting-camera-lens_23-2148148686.jpg", imageAlt: "Emma Rodriguez"
},
{
id: "4", name: "Michael Thompson", handle: "@restaurateur", testimonial: "Professional excellence in every aspect. Highly recommended for anyone seeking authentic culinary artistry.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-confident-young-businesswoman_23-2147943798.jpg", imageAlt: "Michael Thompson"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-confident-young-businesswoman_23-2147943798.jpg", imageAlt: "Michael Thompson"
},
]}
showRating={true}
title="Client Testimonials"