Merge version_1 into main #2
162
src/app/page.tsx
162
src/app/page.tsx
@@ -31,21 +31,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="Eden Garden"
|
||||
/>
|
||||
@@ -54,42 +46,21 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Where Every Meal Feels Like Home"
|
||||
description="Affordable family dining in Ballari with delicious meals, warm service, and a comfortable atmosphere."
|
||||
tag="Dine-in | Takeaway | Delivery"
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Order Now", href: "#menu"},
|
||||
{
|
||||
text: "Visit Us Today",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Visit Us Today", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-women-dinner-table_23-2148681859.jpg?_wi=1",
|
||||
imageAlt: "Restaurant ambiance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-women-dinner-table_23-2148681859.jpg", imageAlt: "Restaurant ambiance"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-women-dinner-table_23-2148681859.jpg?_wi=2",
|
||||
imageAlt: "Family dining",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-women-dinner-table_23-2148681859.jpg?_wi=3",
|
||||
imageAlt: "Outdoor seating",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-women-dinner-table_23-2148681859.jpg?_wi=4",
|
||||
imageAlt: "Private dining area",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-women-dinner-table_23-2148681859.jpg?_wi=5",
|
||||
imageAlt: "Evening lights",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-women-dinner-table_23-2148681859.jpg", imageAlt: "Family dining"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={4.1}
|
||||
@@ -117,23 +88,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Andhra Meals Specialty",
|
||||
price: "₹250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pakistan-meal-table_23-2148821578.jpg",
|
||||
},
|
||||
id: "1", name: "Andhra Meals Specialty", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pakistan-meal-table_23-2148821578.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Curries & Breads",
|
||||
price: "₹200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-baked-pie-with-mushed-potatoes-seasonings-brown-wooden-desk-cake-hotcake-pie-bake-dough-meal_140725-117701.jpg",
|
||||
},
|
||||
id: "2", name: "Curries & Breads", price: "₹200", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-baked-pie-with-mushed-potatoes-seasonings-brown-wooden-desk-cake-hotcake-pie-bake-dough-meal_140725-117701.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Signature Kababs & Starters",
|
||||
price: "₹280",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/spicy-paneer-tikka-with-onion-cilantro-garnish_84443-78769.jpg",
|
||||
},
|
||||
id: "3", name: "Signature Kababs & Starters", price: "₹280", imageSrc: "http://img.b2bpic.net/free-psd/spicy-paneer-tikka-with-onion-cilantro-garnish_84443-78769.jpg"},
|
||||
]}
|
||||
title="Delicious Meals for Every Taste"
|
||||
description="Explore our authentic menu designed for comfort and quality at affordable prices."
|
||||
@@ -150,20 +109,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Warm Ambiance",
|
||||
description: "Comfortable seating perfect for large families.",
|
||||
},
|
||||
id: "f1", title: "Warm Ambiance", description: "Comfortable seating perfect for large families."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Affordable Pricing",
|
||||
description: "Quality meals that fit your family budget.",
|
||||
},
|
||||
id: "f2", title: "Affordable Pricing", description: "Quality meals that fit your family budget."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Fresh Ingredients",
|
||||
description: "We prioritize fresh produce and clean cooking.",
|
||||
},
|
||||
id: "f3", title: "Fresh Ingredients", description: "We prioritize fresh produce and clean cooking."},
|
||||
]}
|
||||
title="Why Families Choose Eden Garden"
|
||||
description="We blend quality, service, and warmth to ensure every visit is a pleasant one."
|
||||
@@ -180,45 +130,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh K.",
|
||||
role: "Customer",
|
||||
company: "Ballari",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Rajesh K.", role: "Customer", company: "Ballari", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya S.",
|
||||
role: "Customer",
|
||||
company: "Ballari",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunette-girl-posing-with-coat_23-2148135982.jpg",
|
||||
},
|
||||
id: "2", name: "Priya S.", role: "Customer", company: "Ballari", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunette-girl-posing-with-coat_23-2148135982.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amit V.",
|
||||
role: "Customer",
|
||||
company: "Ballari",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-happy-friends-having-fun-while-eating-cake-cafe_637285-7896.jpg",
|
||||
},
|
||||
id: "3", name: "Amit V.", role: "Customer", company: "Ballari", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-happy-friends-having-fun-while-eating-cake-cafe_637285-7896.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sneha L.",
|
||||
role: "Customer",
|
||||
company: "Ballari",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ecstatic-caucasian-girl-sitting-cafe-eating-salad-blithesome-woman-enjoying-fresh-vegetables_197531-17191.jpg",
|
||||
},
|
||||
id: "4", name: "Sneha L.", role: "Customer", company: "Ballari", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ecstatic-caucasian-girl-sitting-cafe-eating-salad-blithesome-woman-enjoying-fresh-vegetables_197531-17191.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Vikram R.",
|
||||
role: "Regular",
|
||||
company: "Ballari",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Vikram R.", role: "Regular", company: "Ballari", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear about the experiences of our local Ballari community."
|
||||
@@ -229,20 +154,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Visit Us Today"
|
||||
description="Sudha Cross, near SBI, Aishwarya Colony, Cantonment, Ballari. Open until 10 PM. Call us for reservations or orders."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+919844573303",
|
||||
},
|
||||
text: "Call Now", href: "tel:+919844573303"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.google.com"},
|
||||
]}
|
||||
tagIcon={MapPin}
|
||||
/>
|
||||
@@ -252,33 +172,21 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Call: 098445 73303",
|
||||
href: "tel:+919844573303",
|
||||
},
|
||||
label: "Call: 098445 73303", href: "tel:+919844573303"},
|
||||
{
|
||||
label: "Directions",
|
||||
href: "#",
|
||||
},
|
||||
label: "Directions", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user