1 Commits

Author SHA1 Message Date
52e44cd7e5 Update src/app/page.tsx 2026-04-15 10:02:09 +00:00

View File

@@ -32,25 +32,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "home"},
id: "home",
},
{ {
name: "Menu", name: "Menu", id: "menu"},
id: "menu",
},
{ {
name: "Reviews", name: "Reviews", id: "reviews"},
id: "reviews",
},
{ {
name: "Reserve", name: "Reserve", id: "reserve"},
id: "reserve",
},
{ {
name: "Location", name: "Location", id: "location"},
id: "location",
},
]} ]}
brandName="Jevnaar Restaurant" brandName="Jevnaar Restaurant"
/> />
@@ -59,49 +49,30 @@ export default function LandingPage() {
<div id="home" data-section="home"> <div id="home" data-section="home">
<HeroBillboardGallery <HeroBillboardGallery
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
title="Prayagrajs Favorite Pure Veg Dining Experience" title="Prayagrajs Favorite Pure Veg Dining Experience"
description="Delicious vegetarian food, premium ambience, live music, and warm hospitality in the heart of Civil Lines." description="Delicious vegetarian food, premium ambience, live music, and warm hospitality in the heart of Civil Lines."
buttons={[ buttons={[
{ {
text: "Call Now", text: "Call Now: 09120282283", href: "tel:09120282283"},
href: "tel:09120282283",
},
{ {
text: "Reserve Table", text: "Reserve Table", href: "#reserve"},
href: "#reserve",
},
{ {
text: "View Menu", text: "View Menu", href: "#menu"},
href: "#menu",
},
{ {
text: "Get Directions", text: "Get Directions", href: "#location"},
href: "#location",
},
]} ]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/dinner-set-sushi-rolls-salads-cocktails-hookah-side-view_141793-3100.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dinner-set-sushi-rolls-salads-cocktails-hookah-side-view_141793-3100.jpg", imageAlt: "luxurious restaurant interior fine dining"},
imageAlt: "luxurious restaurant interior fine dining",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table_23-2150857760.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table_23-2150857760.jpg", imageAlt: "paneer tikka plate premium presentation"},
imageAlt: "paneer tikka plate premium presentation",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-appetizing-dish-stuffed-cabbage-with-lemon-herbs-sauce-white-plate-bowls-with-sour-cream-herbs-rice-center-black-table_140725-110519.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-appetizing-dish-stuffed-cabbage-with-lemon-herbs-sauce-white-plate-bowls-with-sour-cream-herbs-rice-center-black-table_140725-110519.jpg", imageAlt: "dahi ke sholey appetizer plate"},
imageAlt: "dahi ke sholey appetizer plate",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pakistan-meal-table_23-2148821578.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pakistan-meal-table_23-2148821578.jpg", imageAlt: "north indian thali variety food"},
imageAlt: "north indian thali variety food",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/fruit-white-plate_1203-2817.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fruit-white-plate_1203-2817.jpg", imageAlt: "fried corn starter gourmet dish"},
imageAlt: "fried corn starter gourmet dish",
},
]} ]}
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
/> />
@@ -112,13 +83,7 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"4.9 ⭐ Google Rating", "4.9 ⭐ Google Rating", "158+ Happy Reviews", "Pure Veg Kitchen", "Civil Lines Location", "Live Music", "Family Friendly"]}
"158+ Happy Reviews",
"Pure Veg Kitchen",
"Civil Lines Location",
"Live Music",
"Family Friendly",
]}
title="Trusted by Prayagraj" title="Trusted by Prayagraj"
description="Experience excellence in taste and service at our premium dining destination." description="Experience excellence in taste and service at our premium dining destination."
/> />
@@ -132,59 +97,23 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "p1", id: "p1", brand: "Starter", name: "Paneer Tikka", price: "₹280", rating: 5,
brand: "Starter", reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/chicken-lula-traditional-azerbaijani-cuisine_140725-926.jpg"},
name: "Paneer Tikka",
price: "₹280",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-lula-traditional-azerbaijani-cuisine_140725-926.jpg",
},
{ {
id: "p2", id: "p2", brand: "Starter", name: "Dahi Ke Sholey", price: "₹240", rating: 5,
brand: "Starter", reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-stuffed-cabbage-stuffed-cabbage-bowls-herbs-white-yellow-sauces-black-pepper-spices-rice-sour-cream-multicolored-checkered-tablecloth_140725-110502.jpg"},
name: "Dahi Ke Sholey",
price: "₹240",
rating: 5,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-stuffed-cabbage-stuffed-cabbage-bowls-herbs-white-yellow-sauces-black-pepper-spices-rice-sour-cream-multicolored-checkered-tablecloth_140725-110502.jpg",
},
{ {
id: "p3", id: "p3", brand: "Starter", name: "Crispy Fried Corn", price: "₹220", rating: 4,
brand: "Starter", reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/french-toast_74190-871.jpg"},
name: "Crispy Fried Corn",
price: "₹220",
rating: 4,
reviewCount: "88",
imageSrc: "http://img.b2bpic.net/free-photo/french-toast_74190-871.jpg",
},
{ {
id: "p4", id: "p4", brand: "Main Course", name: "North Indian Thali", price: "₹350", rating: 5,
brand: "Main Course", reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg"},
name: "North Indian Thali",
price: "₹350",
rating: 5,
reviewCount: "200",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg",
},
{ {
id: "p5", id: "p5", brand: "Beverage", name: "Special Mocktails", price: "₹150", rating: 4,
brand: "Beverage", reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/lemonade-jug-glass-with-strawberries-blueberries-cutting-board-high-angle-view-orange-wooden-surface_176474-6676.jpg"},
name: "Special Mocktails",
price: "₹150",
rating: 4,
reviewCount: "70",
imageSrc: "http://img.b2bpic.net/free-photo/lemonade-jug-glass-with-strawberries-blueberries-cutting-board-high-angle-view-orange-wooden-surface_176474-6676.jpg",
},
{ {
id: "p6", id: "p6", brand: "Dessert", name: "Premium Dessert", price: "₹180", rating: 5,
brand: "Dessert", reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sugar-powdered-candies-delicious-nougat-with-cake-inside-plate-dark-surface_140725-43830.jpg"},
name: "Premium Dessert",
price: "₹180",
rating: 5,
reviewCount: "110",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sugar-powdered-candies-delicious-nougat-with-cake-inside-plate-dark-surface_140725-43830.jpg",
},
]} ]}
title="Popular Dishes" title="Popular Dishes"
description="Savor our signature vegetarian delicacies prepared with authentic ingredients." description="Savor our signature vegetarian delicacies prepared with authentic ingredients."
@@ -198,20 +127,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
negativeCard={{ negativeCard={{
items: [ items: [
"No non-veg served", "No non-veg served", "No parking space inside", "Busy during weekends"],
"No parking space inside",
"Busy during weekends",
],
}} }}
positiveCard={{ positiveCard={{
items: [ items: [
"100% Pure Veg", "100% Pure Veg", "Premium Ambience", "Live Music Events", "Comfortable Seating", "Great Service", "Central Location"],
"Premium Ambience",
"Live Music Events",
"Comfortable Seating",
"Great Service",
"Central Location",
],
}} }}
title="Why Choose Jevnaar?" title="Why Choose Jevnaar?"
description="Discover what makes us the preferred choice for family dining in Prayagraj." description="Discover what makes us the preferred choice for family dining in Prayagraj."
@@ -226,25 +146,15 @@ export default function LandingPage() {
author="Ankit Srivastava" author="Ankit Srivastava"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-chain-necklace_23-2149409803.jpg", src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-chain-necklace_23-2149409803.jpg", alt: "happy customer portrait restaurant"},
alt: "happy customer portrait restaurant",
},
{ {
src: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006711.jpg", src: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006711.jpg", alt: "business professional portrait dining"},
alt: "business professional portrait dining",
},
{ {
src: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg", src: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg", alt: "smiling young adult customer"},
alt: "smiling young adult customer",
},
{ {
src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg", src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg", alt: "happy couple dining portrait"},
alt: "happy couple dining portrait",
},
{ {
src: "http://img.b2bpic.net/free-photo/close-up-happy-friends-table_23-2149213365.jpg", src: "http://img.b2bpic.net/free-photo/close-up-happy-friends-table_23-2149213365.jpg", alt: "cheerful guest restaurant portrait"},
alt: "cheerful guest restaurant portrait",
},
]} ]}
ratingAnimation="blur-reveal" ratingAnimation="blur-reveal"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"
@@ -256,24 +166,15 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
heading={[ heading={[
{ {
type: "text", type: "text", content: "Visit Us in Civil Lines, Prayagraj"},
content: "Visit Us in Civil Lines, Prayagraj",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/front-view-modern-family-retro-style_23-2150595534.jpg", alt: "cozy restaurant seating area"},
src: "http://img.b2bpic.net/free-photo/front-view-modern-family-retro-style_23-2150595534.jpg",
alt: "cozy restaurant seating area",
},
]} ]}
buttons={[ buttons={[
{ {
text: "Open in Maps", text: "Open in Maps", href: "#"},
href: "#",
},
{ {
text: "Call Now", text: "Call Now", href: "tel:09120282283"},
href: "tel:09120282283",
},
]} ]}
/> />
</div> </div>
@@ -284,25 +185,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "Do you offer family seating?", content: "Yes, we have dedicated seating areas perfect for families and large groups."},
title: "Do you offer family seating?",
content: "Yes, we have dedicated seating areas perfect for families and large groups.",
},
{ {
id: "f2", id: "f2", title: "Is live music available daily?", content: "Live music is available on special days and weekends."},
title: "Is live music available daily?",
content: "Live music is available on special days and weekends.",
},
{ {
id: "f3", id: "f3", title: "Do you accept reservations?", content: "Yes, we highly recommend booking in advance, especially during weekends."},
title: "Do you accept reservations?",
content: "Yes, we highly recommend booking in advance, especially during weekends.",
},
{ {
id: "f4", id: "f4", title: "What is the average price per person?", content: "Our dining experience is very affordable, ranging between ₹200 to ₹400 per person."},
title: "What is the average price per person?",
content: "Our dining experience is very affordable, ranging between ₹200 to ₹400 per person.",
},
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
title="Frequently Asked Questions" title="Frequently Asked Questions"
@@ -317,8 +206,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Reserve Table" tag="Reserve Table"
title="Book Your Spot" title="Book Your Spot"
description="Limited seating during weekends. Book early to secure your dining experience." description="Limited seating during weekends. Book early to secure your dining experience."
@@ -331,42 +219,27 @@ export default function LandingPage() {
<FooterSimple <FooterSimple
columns={[ columns={[
{ {
title: "Contact", title: "Contact", items: [
items: [
{ {
label: "6/4, Elgin Road, Civil Lines", label: "6/4, Elgin Road, Civil Lines", href: "#"},
href: "#",
},
{ {
label: "Call: 091202 82283", label: "Call: 091202 82283", href: "tel:09120282283"},
href: "tel:09120282283",
},
], ],
}, },
{ {
title: "Opening Hours", title: "Opening Hours", items: [
items: [
{ {
label: "Open Daily", label: "Open Daily", href: "#"},
href: "#",
},
{ {
label: "Closes 11:00 PM", label: "Closes 11:00 PM", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Follow Us", title: "Follow Us", items: [
items: [
{ {
label: "Instagram", label: "Instagram", href: "#"},
href: "#",
},
{ {
label: "Facebook", label: "Facebook", href: "#"},
href: "#",
},
], ],
}, },
]} ]}