Merge version_1 into main #2
290
src/app/page.tsx
290
src/app/page.tsx
@@ -31,30 +31,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "why-choose",
|
||||
},
|
||||
{
|
||||
name: "Party",
|
||||
id: "party",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "why-choose" },
|
||||
{ name: "Party", id: "party" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Aumika"
|
||||
/>
|
||||
@@ -62,43 +44,21 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Amravati’s Most Loved Pure Veg Restaurant"
|
||||
description="Authentic vegetarian food, family-friendly dining, Jain options, and memorable celebrations — all in the heart of Amravati."
|
||||
tag="1,545+ Happy Reviews"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:09146019218",
|
||||
},
|
||||
{
|
||||
text: "Reserve Table",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Call Now", href: "tel:09146019218" },
|
||||
{ text: "Reserve Table", href: "#contact" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-meal-assortment-basket_23-2148821573.jpg?_wi=1",
|
||||
imageAlt: "Aumika Signature Veg Thali",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-meal-assortment-basket_23-2148821573.jpg", imageAlt: "Aumika Signature Veg Thali"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663841.jpg?_wi=1",
|
||||
imageAlt: "Family dining experience at Aumika",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistani-meal-with-meat_23-2148825108.jpg?_wi=1",
|
||||
imageAlt: "Paneer Tikka Masala",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-chicken-with-onion-herbs-lavash-board-sauce-colorful-spices_140725-72576.jpg?_wi=1",
|
||||
imageAlt: "Tandoori Chaap Platter",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/party-decoration_23-2148161392.jpg",
|
||||
imageAlt: "Party celebration space",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663841.jpg", imageAlt: "Family dining experience at Aumika"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={4.5}
|
||||
@@ -112,36 +72,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "100% Pure Vegetarian",
|
||||
description: "Strictly no-meat kitchen, perfect for every diet.",
|
||||
},
|
||||
{
|
||||
icon: Star,
|
||||
title: "1,500+ Happy Reviews",
|
||||
description: "Loved by locals for consistent taste and quality.",
|
||||
},
|
||||
{
|
||||
icon: Utensils,
|
||||
title: "Multiple Cuisine Options",
|
||||
description: "From North Indian to Chinese, we serve it all.",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Family Gatherings",
|
||||
description: "Ideal space for birthdays and kitty parties.",
|
||||
},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Prime Location",
|
||||
description: "Conveniently located opposite D-Mart, Camp.",
|
||||
},
|
||||
{
|
||||
icon: Truck,
|
||||
title: "Fast Delivery",
|
||||
description: "Enjoy the Aumika experience at home.",
|
||||
},
|
||||
{ icon: CheckCircle, title: "100% Pure Vegetarian", description: "Strictly no-meat kitchen, perfect for every diet." },
|
||||
{ icon: Star, title: "1,500+ Happy Reviews", description: "Loved by locals for consistent taste and quality." },
|
||||
{ icon: Utensils, title: "Multiple Cuisine Options", description: "From North Indian to Chinese, we serve it all." },
|
||||
{ icon: Users, title: "Family Gatherings", description: "Ideal space for birthdays and kitty parties." },
|
||||
{ icon: MapPin, title: "Prime Location", description: "Conveniently located opposite D-Mart, Camp." },
|
||||
{ icon: Truck, title: "Fast Delivery", description: "Enjoy the Aumika experience at home." },
|
||||
]}
|
||||
title="Why Choose Aumika?"
|
||||
description="We blend authentic taste with warm hospitality to provide the finest dining experience in Amravati."
|
||||
@@ -155,42 +91,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Paneer Tikka Masala",
|
||||
price: "₹280",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistani-meal-with-meat_23-2148825108.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Tandoori Chaap",
|
||||
price: "₹220",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-chicken-with-onion-herbs-lavash-board-sauce-colorful-spices_140725-72576.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Veg Hakka Noodles",
|
||||
price: "₹190",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-vegetables-mint-leaves_114579-2185.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Pizza Margherita",
|
||||
price: "₹250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-frame-with-copy-space_23-2148574220.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Momos Selection",
|
||||
price: "₹150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-japanese-dumplings-assortment_23-2148809859.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Mushroom Bruschetta",
|
||||
price: "₹210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-bruschettas-table_23-2148454839.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Paneer Tikka Masala", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistani-meal-with-meat_23-2148825108.jpg" },
|
||||
{ id: "p2", name: "Tandoori Chaap", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-chicken-with-onion-herbs-lavash-board-sauce-colorful-spices_140725-72576.jpg" },
|
||||
{ id: "p3", name: "Veg Hakka Noodles", price: "₹190", imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-vegetables-mint-leaves_114579-2185.jpg" },
|
||||
{ id: "p4", name: "Pizza Margherita", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-frame-with-copy-space_23-2148574220.jpg" },
|
||||
{ id: "p5", name: "Momos Selection", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-japanese-dumplings-assortment_23-2148809859.jpg" },
|
||||
{ id: "p6", name: "Mushroom Bruschetta", price: "₹210", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-bruschettas-table_23-2148454839.jpg" },
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Taste the love in every bite with our best-selling recipes."
|
||||
@@ -201,22 +107,10 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Celebrate Special Moments at Aumika",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/party-decoration_23-2148161392.jpg",
|
||||
alt: "Party setup",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Party",
|
||||
href: "#contact",
|
||||
},
|
||||
{ type: "text", content: "Celebrate Special Moments at Aumika" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/party-decoration_23-2148161392.jpg", alt: "Party setup" },
|
||||
]}
|
||||
buttons={[{ text: "Book Your Party", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -226,51 +120,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Rahul Verma",
|
||||
handle: "@rahul",
|
||||
testimonial: "Must try place, had a good quality of food and service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-meal-assortment-basket_23-2148821573.jpg?_wi=2",
|
||||
imageAlt: "vegetarian indian food thali photography",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Priya Sharma",
|
||||
handle: "@priya",
|
||||
testimonial: "Perfect place for family dinner and Jain food.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663841.jpg?_wi=2",
|
||||
imageAlt: "happy family dining in modern restaurant",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Amit Deshmukh",
|
||||
handle: "@amit",
|
||||
testimonial: "Loved the ambience and pure vegetarian menu.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistani-meal-with-meat_23-2148825108.jpg?_wi=3",
|
||||
imageAlt: "paneer tikka masala bowl professional",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sneha Patil",
|
||||
handle: "@sneha",
|
||||
testimonial: "Great for celebrations and birthday parties.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-chicken-with-onion-herbs-lavash-board-sauce-colorful-spices_140725-72576.jpg?_wi=3",
|
||||
imageAlt: "tandoori chaap appetizer dish",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Vijay K.",
|
||||
handle: "@vijay",
|
||||
testimonial: "Highly recommended for families.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-vegetables-mint-leaves_114579-2185.jpg?_wi=2",
|
||||
imageAlt: "veg hakka noodles restaurant plate",
|
||||
},
|
||||
{ id: "t1", name: "Rahul Verma", handle: "@rahul", testimonial: "Must try place, had a good quality of food and service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-meal-assortment-basket_23-2148821573.jpg", imageAlt: "vegetarian indian food thali photography" },
|
||||
{ id: "t2", name: "Priya Sharma", handle: "@priya", testimonial: "Perfect place for family dinner and Jain food.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663841.jpg", imageAlt: "happy family dining in modern restaurant" },
|
||||
{ id: "t3", name: "Amit Deshmukh", handle: "@amit", testimonial: "Loved the ambience and pure vegetarian menu.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistani-meal-with-meat_23-2148825108.jpg", imageAlt: "paneer tikka masala bowl professional" },
|
||||
{ id: "t4", name: "Sneha Patil", handle: "@sneha", testimonial: "Great for celebrations and birthday parties.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-chicken-with-onion-herbs-lavash-board-sauce-colorful-spices_140725-72576.jpg", imageAlt: "tandoori chaap appetizer dish" },
|
||||
{ id: "t5", name: "Vijay K.", handle: "@vijay", testimonial: "Highly recommended for families.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/noodles-with-vegetables-mint-leaves_114579-2185.jpg", imageAlt: "veg hakka noodles restaurant plate" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Guests Say"
|
||||
@@ -283,31 +137,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you serve Jain food?",
|
||||
content: "Yes, we offer an extensive range of delicious Jain-friendly menu items.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer home delivery?",
|
||||
content: "Absolutely! We deliver across Amravati.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I reserve a table online?",
|
||||
content: "Yes, please call 091460 19218 or use the contact form.",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Is Aumika good for birthday parties?",
|
||||
content: "Yes, we have dedicated seating areas for parties and family gatherings.",
|
||||
},
|
||||
{
|
||||
id: "f5",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open daily until 11:00 PM.",
|
||||
},
|
||||
{ id: "f1", title: "Do you serve Jain food?", content: "Yes, we offer an extensive range of delicious Jain-friendly menu items." },
|
||||
{ id: "f2", title: "Do you offer home delivery?", content: "Absolutely! We deliver across Amravati." },
|
||||
{ id: "f3", title: "Can I reserve a table online?", content: "Yes, please call 091460 19218 or use the contact form." },
|
||||
{ id: "f4", title: "Is Aumika good for birthday parties?", content: "Yes, we have dedicated seating areas for parties and family gatherings." },
|
||||
{ id: "f5", title: "What are your opening hours?", content: "We are open daily until 11:00 PM." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-luxury-girl-sitting-restaurant_1157-14645.jpg"
|
||||
title="Common Questions"
|
||||
@@ -319,9 +153,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Reserve Your Table or Ask a Question"
|
||||
description="We usually respond within 5 minutes. No spam."
|
||||
inputPlaceholder="Enter your name or phone number"
|
||||
@@ -334,46 +166,22 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Book Party",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Links", items: [
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "Menu", href: "#menu" },
|
||||
{ label: "Book Party", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "091460 19218",
|
||||
href: "tel:09146019218",
|
||||
},
|
||||
{
|
||||
label: "Opp. D-Mart, Camp, Amravati",
|
||||
href: "#",
|
||||
},
|
||||
title: "Contact", items: [
|
||||
{ label: "091460 19218", href: "tel:09146019218" },
|
||||
{ label: "Opp. D-Mart, Camp, Amravati", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -384,4 +192,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user