Merge version_1 into main #1
445
src/app/page.tsx
445
src/app/page.tsx
@@ -29,306 +29,169 @@ export default function LandingPage() {
|
||||
headingFontWeight="light"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Revolving Kitchen"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Revolving Kitchen"
|
||||
button={{ text: "Reservations", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Revolving Kitchen Fairview"
|
||||
description="Where culinary innovation meets traditional hospitality. Experience seasonal ingredients crafted into exquisite dishes in an environment designed for your comfort."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Book Table",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fried-shrimps-ketchup-with-rice_140725-3407.jpg"
|
||||
imageAlt="Gourmet fine dining atmosphere"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Revolving Kitchen Fairview"
|
||||
description="Where culinary innovation meets traditional hospitality. Experience seasonal ingredients crafted into exquisite dishes in an environment designed for your comfort."
|
||||
buttons={[
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Book Table", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fried-shrimps-ketchup-with-rice_140725-3407.jpg"
|
||||
imageAlt="Gourmet fine dining atmosphere"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="A Legacy of Flavor"
|
||||
description="Located in the heart of Fairview, we combine modern culinary techniques with local sourcing. Our mission is to transform everyday ingredients into extraordinary memories for every diner."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years of Excellence",
|
||||
},
|
||||
{
|
||||
value: "200+",
|
||||
title: "Seasonal Dishes",
|
||||
},
|
||||
{
|
||||
value: "10k+",
|
||||
title: "Happy Guests",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cooking-sph_53876-31563.jpg"
|
||||
imageAlt="Professional kitchen staff at work"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="A Legacy of Flavor"
|
||||
description="Located in the heart of Fairview, we combine modern culinary techniques with local sourcing. Our mission is to transform everyday ingredients into extraordinary memories for every diner."
|
||||
metrics={[
|
||||
{ value: "15+", title: "Years of Excellence" },
|
||||
{ value: "200+", title: "Seasonal Dishes" },
|
||||
{ value: "10k+", title: "Happy Guests" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cooking-sph_53876-31563.jpg"
|
||||
imageAlt="Professional kitchen staff at work"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Locally Sourced",
|
||||
description: "We partner with Fairview farmers for peak freshness.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salad-with-meat-grated-cheese_140725-3172.jpg",
|
||||
imageAlt: "Farm fresh ingredients",
|
||||
},
|
||||
{
|
||||
title: "Seasonal Menu",
|
||||
description: "Our offerings change based on the best local produce.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89993.jpg",
|
||||
imageAlt: "Seasonal culinary dish",
|
||||
},
|
||||
{
|
||||
title: "Signature Service",
|
||||
description: "Experience our unique revolving culinary rotation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fruit-salad-with-greed-currant_140725-966.jpg",
|
||||
imageAlt: "Signature dining style",
|
||||
},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="From farm-to-table freshness to our signature revolving service, we prioritize quality at every turn."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Locally Sourced", description: "We partner with Fairview farmers for peak freshness.", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-meat-grated-cheese_140725-3172.jpg", imageAlt: "Farm fresh ingredients"},
|
||||
{
|
||||
title: "Seasonal Menu", description: "Our offerings change based on the best local produce.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89993.jpg", imageAlt: "Seasonal culinary dish"},
|
||||
{
|
||||
title: "Signature Service", description: "Experience our unique revolving culinary rotation.", imageSrc: "http://img.b2bpic.net/free-photo/fruit-salad-with-greed-currant_140725-966.jpg", imageAlt: "Signature dining style"},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="From farm-to-table freshness to our signature revolving service, we prioritize quality at every turn."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Prime Grass-Fed Steak",
|
||||
price: "$42",
|
||||
variant: "Main",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-seafood-salad-with-sauce-modern-presentation-restaurant-food_8353-7020.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Pan-Seared Sea Bass",
|
||||
price: "$38",
|
||||
variant: "Main",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-delicious-cake-biscuits-with-fork-knife-black-table_140725-87085.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Roasted Garden Vegetables",
|
||||
price: "$24",
|
||||
variant: "Vegetarian",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510906.jpg",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
name: "Dark Chocolate Ganache",
|
||||
price: "$14",
|
||||
variant: "Dessert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132614.jpg",
|
||||
},
|
||||
{
|
||||
id: "m5",
|
||||
name: "Fresh Harvest Salad",
|
||||
price: "$18",
|
||||
variant: "Appetizer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84913.jpg",
|
||||
},
|
||||
{
|
||||
id: "m6",
|
||||
name: "Cream of Forest Mushroom",
|
||||
price: "$12",
|
||||
variant: "Appetizer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tomato-soup-with-spicy-ingredient-top_114579-2430.jpg",
|
||||
},
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Discover a selection of our most celebrated dishes, crafted with passion."
|
||||
/>
|
||||
</div>
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "m1", name: "Prime Grass-Fed Steak", price: "$42", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/plate-seafood-salad-with-sauce-modern-presentation-restaurant-food_8353-7020.jpg"},
|
||||
{
|
||||
id: "m2", name: "Pan-Seared Sea Bass", price: "$38", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/side-view-delicious-cake-biscuits-with-fork-knife-black-table_140725-87085.jpg"},
|
||||
{
|
||||
id: "m3", name: "Roasted Garden Vegetables", price: "$24", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510906.jpg"},
|
||||
{
|
||||
id: "m4", name: "Dark Chocolate Ganache", price: "$14", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132614.jpg"},
|
||||
{
|
||||
id: "m5", name: "Fresh Harvest Salad", price: "$18", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84913.jpg"},
|
||||
{
|
||||
id: "m6", name: "Cream of Forest Mushroom", price: "$12", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/tomato-soup-with-spicy-ingredient-top_114579-2430.jpg"},
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Discover a selection of our most celebrated dishes, crafted with passion."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={true}
|
||||
title="Our Impact"
|
||||
tag="Quality & Trust"
|
||||
metrics={[
|
||||
{
|
||||
id: "c1",
|
||||
value: "98%",
|
||||
description: "Customer Satisfaction",
|
||||
},
|
||||
{
|
||||
id: "c2",
|
||||
value: "40+",
|
||||
description: "Local Supplier Partners",
|
||||
},
|
||||
{
|
||||
id: "c3",
|
||||
value: "5k+",
|
||||
description: "Reservations Monthly",
|
||||
},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={true}
|
||||
title="Our Impact"
|
||||
tag="Quality & Trust"
|
||||
metrics={[
|
||||
{ id: "c1", value: "98%", description: "Customer Satisfaction" },
|
||||
{ id: "c2", value: "40+", description: "Local Supplier Partners" },
|
||||
{ id: "c3", value: "5k+", description: "Reservations Monthly" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alice M.",
|
||||
role: "Food Critic",
|
||||
testimonial: "The best dining experience in Fairview. Truly exceptional ingredients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-pretty-waitress_1098-15705.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "David L.",
|
||||
role: "Local Resident",
|
||||
testimonial: "Love the rotating menu, never gets boring!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-657.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sarah R.",
|
||||
role: "Regular Guest",
|
||||
testimonial: "Impeccable service and beautiful atmosphere every time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-asian-woman-business-owner-glasses-sitting-cafe-with-notebook-smiling-camera_1258-199055.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "James P.",
|
||||
role: "Foodie",
|
||||
testimonial: "A must-visit for anyone who values high-quality culinary craft.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-blogger-cute-fitness-cook-recording-video-social-media-thinking_140725-166668.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Emma K.",
|
||||
role: "Visitor",
|
||||
testimonial: "The garden vegetables dish blew my mind.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517442.jpg",
|
||||
},
|
||||
]}
|
||||
title="Guest Reviews"
|
||||
description="See why locals call us their favorite dining destination."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Alice M.", role: "Food Critic", testimonial: "The best dining experience in Fairview. Truly exceptional ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-pretty-waitress_1098-15705.jpg"},
|
||||
{
|
||||
id: "t2", name: "David L.", role: "Local Resident", testimonial: "Love the rotating menu, never gets boring!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-657.jpg"},
|
||||
{
|
||||
id: "t3", name: "Sarah R.", role: "Regular Guest", testimonial: "Impeccable service and beautiful atmosphere every time.", imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-asian-woman-business-owner-glasses-sitting-cafe-with-notebook-smiling-camera_1258-199055.jpg"},
|
||||
{
|
||||
id: "t4", name: "James P.", role: "Foodie", testimonial: "A must-visit for anyone who values high-quality culinary craft.", imageSrc: "http://img.b2bpic.net/free-photo/food-blogger-cute-fitness-cook-recording-video-social-media-thinking_140725-166668.jpg"},
|
||||
{
|
||||
id: "t5", name: "Emma K.", role: "Visitor", testimonial: "The garden vegetables dish blew my mind.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517442.jpg"},
|
||||
]}
|
||||
title="Guest Reviews"
|
||||
description="See why locals call us their favorite dining destination."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do I need a reservation?",
|
||||
content: "While walk-ins are welcome, reservations are recommended for weekend evenings.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer gluten-free?",
|
||||
content: "Yes, we have a variety of gluten-free options and accommodate special dietary needs.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I book private events?",
|
||||
content: "Certainly, our space is perfect for intimate gatherings and events.",
|
||||
},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Have questions about our service? Here's everything you need to know."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "q1", title: "Do I need a reservation?", content: "While walk-ins are welcome, reservations are recommended for weekend evenings." },
|
||||
{ id: "q2", title: "Do you offer gluten-free?", content: "Yes, we have a variety of gluten-free options and accommodate special dietary needs." },
|
||||
{ id: "q3", title: "Can I book private events?", content: "Certainly, our space is perfect for intimate gatherings and events." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Have questions about our service? Here's everything you need to know."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Visit Us"
|
||||
title="Ready for an exquisite meal?"
|
||||
description="We are located at 123 Fairview Ave. Book your table today to secure your spot."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:5550123",
|
||||
},
|
||||
{
|
||||
text: "Reserve Table",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visit Us"
|
||||
title="Ready for an exquisite meal?"
|
||||
description="We are located at 123 Fairview Ave. Book your table today to secure your spot."
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:5550123" },
|
||||
{ text: "Reserve Table", href: "#" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Revolving Kitchen"
|
||||
copyrightText="© 2025 Revolving Kitchen Fairview. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Revolving Kitchen"
|
||||
copyrightText="© 2025 Revolving Kitchen Fairview. All rights reserved."
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||
{ icon: Twitter, href: "#", ariaLabel: "Twitter" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user