Update src/app/page.tsx

This commit is contained in:
2026-03-28 06:51:39 +00:00
parent 0fd98f2d63
commit 239f258f02

View File

@@ -2,14 +2,14 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
export default function LandingPage() {
return (
@@ -29,22 +29,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Menu",
id: "menu",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Contact", id: "contact" },
]}
brandName="Royal Chef"
/>
@@ -52,23 +40,15 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
logoText="Royal Chef"
description="Experience Fine Dining Like Never Before. Crafted with passion, served with perfection."
buttons={[
{
text: "Book a Table",
href: "#contact",
},
]}
buttons={[{ text: "Book a Table", href: "#contact" }]}
buttonAnimation="slide-up"
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/female-chef-mixing-ingredients-bowl_23-2148491237.jpg?_wi=1"
imageAlt="Chef preparing a gourmet dish"
mediaAnimation="blur-reveal"
videoSrc="http://img.b2bpic.net/free-photo/female-chef-mixing-ingredients-bowl_23-2148491237.jpg?_wi=2"
/>
</div>
@@ -79,7 +59,6 @@ export default function LandingPage() {
description="With over two decades of culinary mastery, our chef brings a signature style that balances tradition with modern innovation. Every dish is a story, meticulously crafted to offer an unforgettable experience."
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-cooking_23-2149631698.jpg?_wi=1"
imageAlt="Head Chef in the kitchen"
videoSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-cooking_23-2149631698.jpg?_wi=2"
/>
</div>
@@ -90,33 +69,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "Starters",
name: "Truffle Burrata",
price: "$28",
rating: 5,
reviewCount: "42",
imageSrc: "http://img.b2bpic.net/free-photo/view-food-professional-kitchen_23-2149728021.jpg",
},
{
id: "p2",
brand: "Main Course",
name: "Wagyu Tenderloin",
price: "$65",
rating: 5,
reviewCount: "89",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304406.jpg",
},
{
id: "p3",
brand: "Dessert",
name: "Gold Leaf Chocolate",
price: "$22",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/italian-tiramisu-cocktail-glass-topped-with-coffee-sprinkles-strawberry_140725-2541.jpg",
},
{ id: "p1", brand: "Starters", name: "Truffle Burrata", price: "$28", rating: 5, reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/view-food-professional-kitchen_23-2149728021.jpg" },
{ id: "p2", brand: "Main Course", name: "Wagyu Tenderloin", price: "$65", rating: 5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304406.jpg" },
{ id: "p3", brand: "Dessert", name: "Gold Leaf Chocolate", price: "$22", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/italian-tiramisu-cocktail-glass-topped-with-coffee-sprinkles-strawberry_140725-2541.jpg" },
]}
title="Signature Menu"
description="Discover our curated selection of delicacies."
@@ -130,26 +85,10 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
features={[
{
title: "Main Dining",
description: "Our main hall offers a sophisticated, calm atmosphere perfect for intimate conversations.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629590.jpg?_wi=1",
},
{
title: "Chef's Table",
description: "Experience our exclusive table right at the heart of the culinary action.",
imageSrc: "http://img.b2bpic.net/free-photo/food-table-thanksgiving-day_23-2148632536.jpg",
},
{
title: "Outdoor Terrace",
description: "Enjoy the evening under the stars in our lush, private terrace.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-caucasian-female-with-long-blonde-hair-nice-face-bright-earrings-white-suit_132075-9618.jpg",
},
{
title: "Private Lounge",
description: "Our lounge is designed for the most exclusive and private celebrations.",
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190932.jpg",
},
{ title: "Main Dining", description: "Our main hall offers a sophisticated, calm atmosphere perfect for intimate conversations.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629590.jpg?_wi=1" },
{ title: "Chef's Table", description: "Experience our exclusive table right at the heart of the culinary action.", imageSrc: "http://img.b2bpic.net/free-photo/food-table-thanksgiving-day_23-2148632536.jpg" },
{ title: "Outdoor Terrace", description: "Enjoy the evening under the stars in our lush, private terrace.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-caucasian-female-with-long-blonde-hair-nice-face-bright-earrings-white-suit_132075-9618.jpg" },
{ title: "Private Lounge", description: "Our lounge is designed for the most exclusive and private celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190932.jpg" },
]}
title="Restaurant Ambiance"
description="Step into a world of elegance and taste."
@@ -157,55 +96,13 @@ export default function LandingPage() {
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
<TestimonialCardTen
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Alice M.",
date: "Oct 2023",
title: "Exquisite Evening",
quote: "The wagyu was perfection. Royal Chef is truly a class apart.",
tag: "Dining",
avatarSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg",
},
{
id: "t2",
name: "David W.",
date: "Nov 2023",
title: "A Masterpiece",
quote: "The atmosphere and the food were impeccable. An unforgettable evening.",
tag: "Event",
avatarSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg",
},
{
id: "t3",
name: "Sarah P.",
date: "Dec 2023",
title: "Luxury Defined",
quote: "The best dining experience in the city. The service was flawless.",
tag: "Service",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-with-drinks_23-2149213373.jpg",
},
{
id: "t4",
name: "Robert B.",
date: "Jan 2024",
title: "Exceeds Expectations",
quote: "I have traveled everywhere, and this is truly top tier culinary craft.",
tag: "Fine Dining",
avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-cutting-food_23-2150124822.jpg",
},
{
id: "t5",
name: "Elena K.",
date: "Feb 2024",
title: "Exceptional",
quote: "Simply the best culinary journey I have had in years. Highly recommended.",
tag: "Gourmet",
avatarSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg",
},
{ id: "t1", title: "Exquisite Evening", quote: "The wagyu was perfection. Royal Chef is truly a class apart.", name: "Alice M.", role: "Fine Dining Enthusiast" },
{ id: "t2", title: "A Masterpiece", quote: "The atmosphere and the food were impeccable. An unforgettable evening.", name: "David W.", role: "Regular Guest" },
{ id: "t3", title: "Luxury Defined", quote: "The best dining experience in the city. The service was flawless.", name: "Sarah P.", role: "Food Critic" },
]}
title="What Our Guests Say"
description="Excellence defined through our guests' perspectives."
@@ -213,33 +110,23 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
tag="Reserve"
<ContactCenter
tag="Reservations"
title="Book Your Table"
description="Join us for an experience of luxury and flavor. Fill out the details below to secure your reservation."
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Reserve Now"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629590.jpg?_wi=2"
videoSrc="http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629590.jpg?_wi=3"
description="Secure your reservation at our restaurant today and join us for an evening of luxury."
useInvertedBackground={true}
background={{ variant: "plain" }}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
<FooterMedia
logoText="Royal Chef"
leftLink={{
text: "Terms & Conditions",
href: "#",
}}
rightLink={{
text: "Privacy Policy",
href: "#",
}}
columns={[
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }
]}
imageSrc="http://img.b2bpic.net/free-photo/female-chef-mixing-ingredients-bowl_23-2148491237.jpg?_wi=1"
/>
</div>
</ReactLenis>