Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d4feceb1f9 | |||
| db201d40d4 | |||
| ea97be11ca | |||
| 1ada6dbd07 | |||
| c80b9ed52d | |||
| d3c5005b56 |
187
src/app/page.tsx
187
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Overview",
|
name: "Overview", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Menu",
|
name: "Menu", id: "menu"},
|
||||||
id: "menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Reviews",
|
name: "Reviews", id: "testimonials"},
|
||||||
id: "testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Misti Mahal"
|
brandName="Misti Mahal"
|
||||||
/>
|
/>
|
||||||
@@ -54,62 +46,39 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboard
|
<HeroBillboard
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="Welcome to Misti Mahal"
|
title="Welcome to Misti Mahal"
|
||||||
description="An unforgettable dining experience where authentic flavors meet elegant ambiance. Worth every penny."
|
description="An unforgettable dining experience where authentic flavors meet elegant ambiance. Worth every penny."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "View Menu",
|
text: "View Menu", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/table-assortment-with-plant-view_23-2148914893.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/table-assortment-with-plant-view_23-2148914893.jpg"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/empty-dining-table-restaurant_53876-64723.jpg",
|
src: "http://img.b2bpic.net/free-photo/empty-dining-table-restaurant_53876-64723.jpg", alt: "Diner 1"},
|
||||||
alt: "Diner 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/flute-with-two-white-black-porcelain-plates-different-size-served-table-with-natural-fir-branch_132075-6157.jpg",
|
src: "http://img.b2bpic.net/free-photo/flute-with-two-white-black-porcelain-plates-different-size-served-table-with-natural-fir-branch_132075-6157.jpg", alt: "Diner 2"},
|
||||||
alt: "Diner 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/flat-lay-table-assortment-with-plant_23-2148914895.jpg",
|
src: "http://img.b2bpic.net/free-photo/flat-lay-table-assortment-with-plant_23-2148914895.jpg", alt: "Diner 3"},
|
||||||
alt: "Diner 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/table-assortment-with-plant-flat-lay_23-2148914892.jpg",
|
src: "http://img.b2bpic.net/free-photo/table-assortment-with-plant-flat-lay_23-2148914892.jpg", alt: "Diner 4"},
|
||||||
alt: "Diner 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/indoor-portrait-o-pretty-blonde-woman-drinking-tasty-cappuccino-restaurant-enjoy-her-breakfast-elegant-outfit-natural-make-up_291049-2723.jpg",
|
src: "http://img.b2bpic.net/free-photo/indoor-portrait-o-pretty-blonde-woman-drinking-tasty-cappuccino-restaurant-enjoy-her-breakfast-elegant-outfit-natural-make-up_291049-2723.jpg", alt: "Diner 5"},
|
||||||
alt: "Diner 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Join 50k+ happy diners"
|
avatarText="Join 50k+ happy diners"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Authentic Flavors"},
|
||||||
text: "Authentic Flavors",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Warm Ambiance"},
|
||||||
text: "Warm Ambiance",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "15 Years Tradition"},
|
||||||
text: "15 Years Tradition",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Fresh Ingredients"},
|
||||||
text: "Fresh Ingredients",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Signature Dishes"},
|
||||||
text: "Signature Dishes",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -120,19 +89,13 @@ export default function LandingPage() {
|
|||||||
title="Experience Excellence"
|
title="Experience Excellence"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
label: "Years of Tradition",
|
label: "Years of Tradition", value: "15+", icon: Award,
|
||||||
value: "15+",
|
|
||||||
icon: Award,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Satisfied Diners",
|
label: "Satisfied Diners", value: "50k+", icon: Star,
|
||||||
value: "50k+",
|
|
||||||
icon: Star,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Signature Dishes",
|
label: "Signature Dishes", value: "100+", icon: Briefcase,
|
||||||
value: "100+",
|
|
||||||
icon: Briefcase,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
@@ -142,46 +105,25 @@ export default function LandingPage() {
|
|||||||
<div id="menu" data-section="menu">
|
<div id="menu" data-section="menu">
|
||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split-description"
|
textboxLayout="split-actions"
|
||||||
gridVariant="two-columns-alternating-heights"
|
gridVariant="two-columns-alternating-heights"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Book a Reservation", href: "#contact" }
|
||||||
|
]}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Signature Curry", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-soup-with-potatoes-seasonings-dark-desk_140725-76945.jpg"},
|
||||||
name: "Signature Curry",
|
|
||||||
price: "₹450",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-soup-with-potatoes-seasonings-dark-desk_140725-76945.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Misti Special Platter", price: "₹600", imageSrc: "http://img.b2bpic.net/free-photo/traditional-oriental-sweets-with-different-nuts-concrete-surface_114579-5499.jpg"},
|
||||||
name: "Misti Special Platter",
|
|
||||||
price: "₹600",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-oriental-sweets-with-different-nuts-concrete-surface_114579-5499.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Traditional Naan Set", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/delicious-roti-assortment-table-with-copy-space_23-2149033981.jpg"},
|
||||||
name: "Traditional Naan Set",
|
|
||||||
price: "₹250",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-roti-assortment-table-with-copy-space_23-2149033981.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Chef's Surprise", price: "₹550", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-vegetables-roasted-vegetables-fork-red-tablecloth-spices_140725-72163.jpg"},
|
||||||
name: "Chef's Surprise",
|
|
||||||
price: "₹550",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-vegetables-roasted-vegetables-fork-red-tablecloth-spices_140725-72163.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Dessert Delight", price: "₹300", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-homemade-desserts_140725-114786.jpg"},
|
||||||
name: "Dessert Delight",
|
|
||||||
price: "₹300",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-homemade-desserts_140725-114786.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", name: "Classic Starter", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/traditional-meat-vegetable-gutab-qutab-gozleme-wooden-board_114579-107.jpg"},
|
||||||
name: "Classic Starter",
|
|
||||||
price: "₹350",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-meat-vegetable-gutab-qutab-gozleme-wooden-board_114579-107.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Signature Menu"
|
title="Our Signature Menu"
|
||||||
description="Indulge in our carefully crafted selection of authentic dishes."
|
description="Indulge in our carefully crafted selection of authentic dishes."
|
||||||
@@ -195,40 +137,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Truly an unforgettable dining experience and worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520073.jpg"},
|
||||||
name: "Sarah J.",
|
|
||||||
handle: "@sarahj",
|
|
||||||
testimonial: "Truly an unforgettable dining experience and worth every penny.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520073.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Michael R.", handle: "@mikedine", testimonial: "The ambiance is beautiful and the music is pleasant.", imageSrc: "http://img.b2bpic.net/free-photo/black-american-male-female-eating-vegan-food-restaurant_613910-7323.jpg"},
|
||||||
name: "Michael R.",
|
|
||||||
handle: "@mikedine",
|
|
||||||
testimonial: "The ambiance is beautiful and the music is pleasant.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/black-american-male-female-eating-vegan-food-restaurant_613910-7323.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Priya K.", handle: "@priyak", testimonial: "Excellent service and authentic taste. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187207.jpg"},
|
||||||
name: "Priya K.",
|
|
||||||
handle: "@priyak",
|
|
||||||
testimonial: "Excellent service and authentic taste. Highly recommended!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187207.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "David L.", handle: "@davidl", testimonial: "The best dining spot in Bihar. Absolutely loved it.", imageSrc: "http://img.b2bpic.net/free-photo/black-american-couple-date-meeting-drink-wine-restaurant_613910-7260.jpg"},
|
||||||
name: "David L.",
|
|
||||||
handle: "@davidl",
|
|
||||||
testimonial: "The best dining spot in Bihar. Absolutely loved it.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/black-american-couple-date-meeting-drink-wine-restaurant_613910-7260.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Emily W.", handle: "@emilyw", testimonial: "A hidden gem. Will definitely come back soon.", imageSrc: "http://img.b2bpic.net/free-photo/amazing-beautiful-redhead-young-lady-sitting-cafe_171337-15285.jpg"},
|
||||||
name: "Emily W.",
|
|
||||||
handle: "@emilyw",
|
|
||||||
testimonial: "A hidden gem. Will definitely come back soon.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/amazing-beautiful-redhead-young-lady-sitting-cafe_171337-15285.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="What Our Guests Say"
|
title="What Our Guests Say"
|
||||||
description="Join our community of happy diners."
|
description="Join our community of happy diners."
|
||||||
@@ -240,20 +157,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Is parking available nearby?", content: "Yes, we offer dedicated parking space for all our guests."},
|
||||||
title: "Is parking available nearby?",
|
|
||||||
content: "Yes, we offer dedicated parking space for all our guests.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Do you accept reservations?", content: "Yes, please call us or message on WhatsApp to reserve your table."},
|
||||||
title: "Do you accept reservations?",
|
|
||||||
content: "Yes, please call us or message on WhatsApp to reserve your table.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Are you open on weekends?", content: "Yes, we are open 7 days a week until 10 PM."},
|
||||||
title: "Are you open on weekends?",
|
|
||||||
content: "Yes, we are open 7 days a week until 10 PM.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="Common Questions"
|
sideTitle="Common Questions"
|
||||||
sideDescription="Find answers to frequently asked questions about our restaurant."
|
sideDescription="Find answers to frequently asked questions about our restaurant."
|
||||||
@@ -265,16 +173,15 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
tag="Visit Us"
|
tag="Visit Us"
|
||||||
title="Ready to Dine?"
|
title="Reserve Your Table Today"
|
||||||
description="We are located in Singhia Khurd, Mohanpur, Bihar. Contact us for table bookings."
|
description="We are located in Singhia Khurd, Mohanpur, Bihar. Contact us for table bookings."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "WhatsApp Us",
|
text: "WhatsApp Us", href: "https://wa.me/919304388442"},
|
||||||
href: "https://wa.me/919304388442",
|
{
|
||||||
},
|
text: "Call Us", href: "tel:+919304388442"},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -283,16 +190,12 @@ export default function LandingPage() {
|
|||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="Misti Mahal"
|
logoText="Misti Mahal"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "© 2024 Misti Mahal",
|
text: "© 2024 Misti Mahal", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
rightLink={{
|
rightLink={{
|
||||||
text: "Privacy Policy",
|
text: "Privacy Policy", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user