Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f006e9824 | |||
| 472ee1fc1f | |||
| 52e44cd7e5 |
235
src/app/page.tsx
235
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Reserve",
|
||||
id: "reserve",
|
||||
},
|
||||
name: "Reserve", id: "reserve"},
|
||||
{
|
||||
name: "Location",
|
||||
id: "location",
|
||||
},
|
||||
name: "Location", id: "location"},
|
||||
]}
|
||||
brandName="Jevnaar Restaurant"
|
||||
/>
|
||||
@@ -59,49 +49,30 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Prayagraj’s Favorite Pure Veg Dining Experience"
|
||||
description="Delicious vegetarian food, premium ambience, live music, and warm hospitality in the heart of Civil Lines."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:09120282283",
|
||||
},
|
||||
text: "Call Now: 09120282283", href: "tel:09120282283"},
|
||||
{
|
||||
text: "Reserve Table",
|
||||
href: "#reserve",
|
||||
},
|
||||
text: "Reserve Table", href: "#reserve"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#location",
|
||||
},
|
||||
text: "Get Directions", href: "#location"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table_23-2150857760.jpg",
|
||||
imageAlt: "paneer tikka plate premium presentation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table_23-2150857760.jpg", 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",
|
||||
imageAlt: "dahi ke sholey appetizer plate",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pakistan-meal-table_23-2148821578.jpg",
|
||||
imageAlt: "north indian thali variety food",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pakistan-meal-table_23-2148821578.jpg", imageAlt: "north indian thali variety food"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fruit-white-plate_1203-2817.jpg",
|
||||
imageAlt: "fried corn starter gourmet dish",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fruit-white-plate_1203-2817.jpg", imageAlt: "fried corn starter gourmet dish"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -112,13 +83,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"4.9 ⭐ Google Rating",
|
||||
"158+ Happy Reviews",
|
||||
"Pure Veg Kitchen",
|
||||
"Civil Lines Location",
|
||||
"Live Music",
|
||||
"Family Friendly",
|
||||
]}
|
||||
"4.9 ⭐ Google Rating", "158+ Happy Reviews", "Pure Veg Kitchen", "Civil Lines Location", "Live Music", "Family Friendly"]}
|
||||
title="Trusted by Prayagraj"
|
||||
description="Experience excellence in taste and service at our premium dining destination."
|
||||
/>
|
||||
@@ -132,59 +97,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Starter",
|
||||
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: "p1", brand: "Starter", 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",
|
||||
brand: "Starter",
|
||||
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: "p2", brand: "Starter", 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",
|
||||
brand: "Starter",
|
||||
name: "Crispy Fried Corn",
|
||||
price: "₹220",
|
||||
rating: 4,
|
||||
reviewCount: "88",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/french-toast_74190-871.jpg",
|
||||
},
|
||||
id: "p3", brand: "Starter", name: "Crispy Fried Corn", price: "₹220", rating: 4,
|
||||
reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/french-toast_74190-871.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Main Course",
|
||||
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: "p4", brand: "Main Course", 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",
|
||||
brand: "Beverage",
|
||||
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: "p5", brand: "Beverage", 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",
|
||||
brand: "Dessert",
|
||||
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",
|
||||
},
|
||||
id: "p6", brand: "Dessert", 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"
|
||||
description="Savor our signature vegetarian delicacies prepared with authentic ingredients."
|
||||
@@ -198,20 +127,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"No non-veg served",
|
||||
"No parking space inside",
|
||||
"Busy during weekends",
|
||||
],
|
||||
"No non-veg served", "No parking space inside", "Busy during weekends"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"100% Pure Veg",
|
||||
"Premium Ambience",
|
||||
"Live Music Events",
|
||||
"Comfortable Seating",
|
||||
"Great Service",
|
||||
"Central Location",
|
||||
],
|
||||
"100% Pure Veg", "Premium Ambience", "Live Music Events", "Comfortable Seating", "Great Service", "Central Location"],
|
||||
}}
|
||||
title="Why Choose Jevnaar?"
|
||||
description="Discover what makes us the preferred choice for family dining in Prayagraj."
|
||||
@@ -226,25 +146,15 @@ export default function LandingPage() {
|
||||
author="Ankit Srivastava"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-chain-necklace_23-2149409803.jpg",
|
||||
alt: "happy customer portrait restaurant",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-chain-necklace_23-2149409803.jpg", alt: "happy customer portrait restaurant"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006711.jpg",
|
||||
alt: "business professional portrait dining",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006711.jpg", alt: "business professional portrait dining"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg",
|
||||
alt: "smiling young adult customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg", alt: "smiling young adult customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg",
|
||||
alt: "happy couple dining portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg", alt: "happy couple dining portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-happy-friends-table_23-2149213365.jpg",
|
||||
alt: "cheerful guest restaurant portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-happy-friends-table_23-2149213365.jpg", alt: "cheerful guest restaurant portrait"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -256,24 +166,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Visit Us in Civil Lines, Prayagraj",
|
||||
},
|
||||
type: "text", content: "Visit Us in Civil Lines, Prayagraj"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-modern-family-retro-style_23-2150595534.jpg",
|
||||
alt: "cozy restaurant seating area",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/front-view-modern-family-retro-style_23-2150595534.jpg", alt: "cozy restaurant seating area"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Open in Maps",
|
||||
href: "#",
|
||||
},
|
||||
text: "Open in Maps", href: "https://www.google.com/maps/search/?api=1&query=6/4+Elgin+Road+next+to+Srijan+Hospital+Civil+Lines+Prayagraj+Uttar+Pradesh+211001+India"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:09120282283",
|
||||
},
|
||||
text: "Call Now", href: "tel:09120282283"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -284,25 +185,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer family seating?",
|
||||
content: "Yes, we have dedicated seating areas perfect for families and large groups.",
|
||||
},
|
||||
id: "f1", title: "Do you offer family seating?", content: "Yes, we have dedicated seating areas perfect for families and large groups."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is live music available daily?",
|
||||
content: "Live music is available on special days and weekends.",
|
||||
},
|
||||
id: "f2", title: "Is live music available daily?", content: "Live music is available on special days and weekends."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you accept reservations?",
|
||||
content: "Yes, we highly recommend booking in advance, especially during weekends.",
|
||||
},
|
||||
id: "f3", title: "Do you accept reservations?", content: "Yes, we highly recommend booking in advance, especially during weekends."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "What is the average price per person?",
|
||||
content: "Our dining experience is very affordable, ranging between ₹200 to ₹400 per person.",
|
||||
},
|
||||
id: "f4", 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"
|
||||
title="Frequently Asked Questions"
|
||||
@@ -317,8 +206,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Reserve Table"
|
||||
title="Book Your Spot"
|
||||
description="Limited seating during weekends. Book early to secure your dining experience."
|
||||
@@ -331,42 +219,27 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "6/4, Elgin Road, Civil Lines",
|
||||
href: "#",
|
||||
},
|
||||
label: "6/4, Elgin Road, next to Srijan Hospital, Civil Lines, Prayagraj, UP 211001", href: "https://www.google.com/maps/search/?api=1&query=6/4+Elgin+Road+next+to+Srijan+Hospital+Civil+Lines+Prayagraj+Uttar+Pradesh+211001+India"},
|
||||
{
|
||||
label: "Call: 091202 82283",
|
||||
href: "tel:09120282283",
|
||||
},
|
||||
label: "Call: 091202 82283", href: "tel:09120282283"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Opening Hours",
|
||||
items: [
|
||||
title: "Opening Hours", items: [
|
||||
{
|
||||
label: "Open Daily",
|
||||
href: "#",
|
||||
},
|
||||
label: "Open Daily", href: "#"},
|
||||
{
|
||||
label: "Closes 11:00 PM",
|
||||
href: "#",
|
||||
},
|
||||
label: "Closes 11:00 PM", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow Us",
|
||||
items: [
|
||||
title: "Follow Us", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -377,4 +250,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user