Merge version_1 into main #1
186
src/app/page.tsx
186
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Fame Restaurant"
|
||||
/>
|
||||
@@ -56,19 +48,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
logoText="Fame Restaurant"
|
||||
description="Experience unparalleled culinary elegance. Where tradition meets high-end modern refinement."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve Table", href: "#contact"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-dining-table-with-grapes_23-2150312232.jpg"
|
||||
imageAlt="Luxurious restaurant atmosphere"
|
||||
@@ -84,17 +71,11 @@ export default function LandingPage() {
|
||||
description="Fame Restaurant offers a refined journey into gastronomy. Our chefs utilize locally sourced, premium ingredients to craft dishes that define modern luxury."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Premium Ingredients",
|
||||
description: "Hand-selected produce and fresh harvests.",
|
||||
},
|
||||
title: "Premium Ingredients", description: "Hand-selected produce and fresh harvests."},
|
||||
{
|
||||
title: "Artistic Presentation",
|
||||
description: "Each plate is a masterpiece of culinary visual art.",
|
||||
},
|
||||
title: "Artistic Presentation", description: "Each plate is a masterpiece of culinary visual art."},
|
||||
{
|
||||
title: "Impeccable Service",
|
||||
description: "Dedicated to creating unforgettable dining moments.",
|
||||
},
|
||||
title: "Impeccable Service", description: "Dedicated to creating unforgettable dining moments."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg"
|
||||
imageAlt="Chef preparation"
|
||||
@@ -110,19 +91,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Star,
|
||||
title: "Chef’s Table",
|
||||
description: "Exclusive dining experience featuring custom menus.",
|
||||
},
|
||||
title: "Chef’s Table", description: "Exclusive dining experience featuring custom menus."},
|
||||
{
|
||||
icon: Wine,
|
||||
title: "Cellar Selection",
|
||||
description: "Internationally renowned wine pairings available.",
|
||||
},
|
||||
title: "Cellar Selection", description: "Internationally renowned wine pairings available."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Award-Winning",
|
||||
description: "Recognized for culinary excellence and hospitality.",
|
||||
},
|
||||
title: "Award-Winning", description: "Recognized for culinary excellence and hospitality."},
|
||||
]}
|
||||
title="The Art of Fine Dining"
|
||||
description="Designed for the sophisticated palate, every element is curated for prestige."
|
||||
@@ -131,46 +106,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Herb-Crusted Rack of Lamb",
|
||||
price: "$85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-grilled-meat-fried-carrots_140725-2330.jpg",
|
||||
},
|
||||
id: "p1", name: "Herb-Crusted Rack of Lamb", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-grilled-meat-fried-carrots_140725-2330.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Pan-Seared Scallops",
|
||||
price: "$62",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-with-floral-garnish-golden-rim-bowl_23-2151973714.jpg",
|
||||
},
|
||||
id: "p2", name: "Pan-Seared Scallops", price: "$62", imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-with-floral-garnish-golden-rim-bowl_23-2151973714.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Dark Chocolate Ganache",
|
||||
price: "$38",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background-cookie-sweet-biscuit-dessert-sugar_140725-141742.jpg",
|
||||
},
|
||||
id: "p3", name: "Dark Chocolate Ganache", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background-cookie-sweet-biscuit-dessert-sugar_140725-141742.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Truffle Infused Risotto",
|
||||
price: "$52",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-salad-with-cheese-close-up_23-2148517001.jpg",
|
||||
},
|
||||
id: "p4", name: "Truffle Infused Risotto", price: "$52", imageSrc: "http://img.b2bpic.net/free-photo/healthy-salad-with-cheese-close-up_23-2148517001.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Wagyu Beef Carpaccio",
|
||||
price: "$75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-cream-white-surface-fruit-pie-cookies-sweet-biscuit-cake_140725-118217.jpg",
|
||||
},
|
||||
id: "p5", name: "Wagyu Beef Carpaccio", price: "$75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-cream-white-surface-fruit-pie-cookies-sweet-biscuit-cake_140725-118217.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Lobster Bisque Royale",
|
||||
price: "$45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-fillet-with-sauce-top_140725-6436.jpg",
|
||||
},
|
||||
id: "p6", name: "Lobster Bisque Royale", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-fillet-with-sauce-top_140725-6436.jpg"},
|
||||
]}
|
||||
title="Exquisite Signatures"
|
||||
description="A curated selection of our finest offerings."
|
||||
@@ -184,20 +136,11 @@ export default function LandingPage() {
|
||||
tag="Milestones"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
description: "Years of Excellence",
|
||||
},
|
||||
id: "m1", value: "15+", description: "Years of Excellence"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5k+",
|
||||
description: "Dishes Served",
|
||||
},
|
||||
id: "m2", value: "5k+", description: "Dishes Served"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Guest Satisfaction",
|
||||
},
|
||||
id: "m3", value: "100%", description: "Guest Satisfaction"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -210,40 +153,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Elena Vance",
|
||||
role: "Food Critic",
|
||||
testimonial: "An absolute pinnacle of modern dining. Every detail was crafted to perfection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-657.jpg",
|
||||
},
|
||||
id: "t1", name: "Elena Vance", role: "Food Critic", testimonial: "An absolute pinnacle of modern dining. Every detail was crafted to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-657.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marcus Thorne",
|
||||
role: "Connoisseur",
|
||||
testimonial: "The wine pairings elevated the entire meal. Truly a world-class experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-pretty-waitress_1098-15705.jpg",
|
||||
},
|
||||
id: "t2", name: "Marcus Thorne", role: "Connoisseur", testimonial: "The wine pairings elevated the entire meal. Truly a world-class experience.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-pretty-waitress_1098-15705.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sofia Rossi",
|
||||
role: "Guest",
|
||||
testimonial: "I have never experienced such impeccable service coupled with such artful flavor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg",
|
||||
},
|
||||
id: "t3", name: "Sofia Rossi", role: "Guest", testimonial: "I have never experienced such impeccable service coupled with such artful flavor.", imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Julian H.",
|
||||
role: "Traveler",
|
||||
testimonial: "A must-visit. The ambiance is breathtaking and the food is transcendent.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lunch-break-elegant-man-office-businessman-white-shirt-man-eats-noodles_1157-39262.jpg",
|
||||
},
|
||||
id: "t4", name: "Julian H.", role: "Traveler", testimonial: "A must-visit. The ambiance is breathtaking and the food is transcendent.", imageSrc: "http://img.b2bpic.net/free-photo/lunch-break-elegant-man-office-businessman-white-shirt-man-eats-noodles_1157-39262.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sarah Miller",
|
||||
role: "Patron",
|
||||
testimonial: "Simply incomparable. Fame Restaurant has set a new standard for excellence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/best-friends-hanging-out-restaurant_23-2149244691.jpg",
|
||||
},
|
||||
id: "t5", name: "Sarah Miller", role: "Patron", testimonial: "Simply incomparable. Fame Restaurant has set a new standard for excellence.", imageSrc: "http://img.b2bpic.net/free-photo/best-friends-hanging-out-restaurant_23-2149244691.jpg"},
|
||||
]}
|
||||
title="Voices of Fame"
|
||||
description="See why our guests return time and time again."
|
||||
@@ -256,20 +174,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do I need a reservation?",
|
||||
content: "Yes, we highly recommend making a reservation in advance.",
|
||||
},
|
||||
id: "f1", title: "Do I need a reservation?", content: "Yes, we highly recommend making a reservation in advance."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is there a dress code?",
|
||||
content: "We maintain a business casual dress code for all our guests.",
|
||||
},
|
||||
id: "f2", title: "Is there a dress code?", content: "We maintain a business casual dress code for all our guests."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you cater for special events?",
|
||||
content: "We provide exclusive catering services for private and corporate gatherings.",
|
||||
},
|
||||
id: "f3", title: "Do you cater for special events?", content: "We provide exclusive catering services for private and corporate gatherings."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about dining with us."
|
||||
@@ -281,16 +190,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Secure Your Table"
|
||||
description="Ready to experience excellence? Reserve your table today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us Now",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
text: "Contact Us Now", href: "tel:+1234567890"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -300,33 +206,21 @@ export default function LandingPage() {
|
||||
logoText="Fame Restaurant"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user