Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-05 06:23:38 +00:00

View File

@@ -31,22 +31,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Menu",
id: "menu",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Contact", id: "contact" },
]}
brandName="Arunachala"
/>
@@ -54,33 +42,15 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
title="Authentic Chettinad Heritage"
description="Experience the bold flavors and rich culinary traditions of Tamil Nadu at Arunachala. Where every meal is a journey."
tag="Since 2002"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/chicken-red-curry-bowl-with-dried-chilies-basil-cucumber-long-beans_1150-27064.jpg",
imageAlt: "Traditional Chettinad Spread",
},
imageSrc: "http://img.b2bpic.net/free-photo/chicken-red-curry-bowl-with-dried-chilies-basil-cucumber-long-beans_1150-27064.jpg", imageAlt: "Traditional Chettinad Spread"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-meal-assortment_23-2148821516.jpg",
imageAlt: "Fresh Biryani Platter",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-frying-pan-with-spices-cement-floor_1150-20782.jpg",
imageAlt: "Massaman curry in a frying pan",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg",
imageAlt: "Marwari Veg Thali",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-food-frame-arrangement_23-2148723463.jpg",
imageAlt: "Traditional food arrangement",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-meal-assortment_23-2148821516.jpg", imageAlt: "Fresh Biryani Platter"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -93,9 +63,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="A Legacy of Flavor"
description={[
"Located on Kovai Main Road, Arunachala has been the go-to spot for locals and travelers seeking authentic South Indian cuisine.",
"Our chefs use time-honored Chettinad recipes and fresh, locally sourced ingredients to bring you the best culinary experience.",
]}
"Located on Kovai Main Road, Arunachala has been the go-to spot for locals and travelers seeking authentic South Indian cuisine.", "Our chefs use time-honored Chettinad recipes and fresh, locally sourced ingredients to bring you the best culinary experience."]}
/>
</div>
@@ -106,60 +74,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "Arunachala",
name: "Tandoori Chicken",
price: "₹250",
rating: 4,
reviewCount: "150+",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-barbecue-lavash-with-herbal-salad-barbecue-sauce_114579-3645.jpg",
},
{
id: "p2",
brand: "Arunachala",
name: "Veg Thali",
price: "₹200",
rating: 5,
reviewCount: "200+",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086026.jpg",
},
{
id: "p3",
brand: "Arunachala",
name: "Fish Fry",
price: "₹300",
rating: 4,
reviewCount: "80+",
imageSrc: "http://img.b2bpic.net/free-photo/tom-yum-crab-with-lemon-chili-tomato-garlic-lemongrass-kaffir-lime-leaves-plate_1150-25815.jpg",
},
{
id: "p4",
brand: "Arunachala",
name: "Malai Kofta",
price: "₹220",
rating: 5,
reviewCount: "100+",
imageSrc: "http://img.b2bpic.net/free-photo/cauliflower-soup-bowl-wooden-table_123827-26068.jpg",
},
{
id: "p5",
brand: "Arunachala",
name: "Chocolate Brownie",
price: "₹150",
rating: 4,
reviewCount: "50+",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownie-portions-wooden-background_123827-28029.jpg",
},
{
id: "p6",
brand: "Arunachala",
name: "Chicken Biryani",
price: "₹280",
rating: 5,
reviewCount: "900+",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-surface-dish-meal-dark-food-spice_140725-82268.jpg",
},
{ id: "p1", brand: "Arunachala", name: "Tandoori Chicken", price: "₹250", rating: 4, reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/chicken-barbecue-lavash-with-herbal-salad-barbecue-sauce_114579-3645.jpg" },
{ id: "p2", brand: "Arunachala", name: "Veg Thali", price: "₹200", rating: 5, reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086026.jpg" },
{ id: "p3", brand: "Arunachala", name: "Fish Fry", price: "₹300", rating: 4, reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/tom-yum-crab-with-lemon-chili-tomato-garlic-lemongrass-kaffir-lime-leaves-plate_1150-25815.jpg" },
{ id: "p4", brand: "Arunachala", name: "Malai Kofta", price: "₹220", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/cauliflower-soup-bowl-wooden-table_123827-26068.jpg" },
{ id: "p5", brand: "Arunachala", name: "Chocolate Brownie", price: "₹150", rating: 4, reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownie-portions-wooden-background_123827-28029.jpg" },
{ id: "p6", brand: "Arunachala", name: "Chicken Biryani", price: "₹280", rating: 5, reviewCount: "900+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-surface-dish-meal-dark-food-spice_140725-82268.jpg" },
]}
title="Our Signature Dishes"
description="Indulge in our most loved preparations, from aromatic Biryanis to spicy Tandoori delicacies."
@@ -168,50 +88,16 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
animationType="slide-up"
textboxLayout="split"
gridVariant="full-width-top-items-bottom-row"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
role: "Traveler",
company: "Karur Visitor",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg",
},
{
id: "2",
name: "Vivek Sivasamy",
role: "Foodie",
company: "Local Guide",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-fashionable-round-shades-has-fresh-drink-eats-tasty-exotic-dish_273609-28708.jpg",
},
{
id: "3",
name: "Jeeshan George",
role: "Customer",
company: "Roadtrip Stop",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/adult-enjoying-cocktail_52683-107594.jpg",
},
{
id: "4",
name: "Ramya P",
role: "Local Guide",
company: "Regular",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5040.jpg",
},
{
id: "5",
name: "Anil K",
role: "Traveler",
company: "Business",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/happy-extended-family-having-lunch-together-dining-room-focus-is-senior-man_637285-2866.jpg",
},
{ id: "1", name: "Sarah Johnson", role: "Traveler", company: "Karur Visitor", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg" },
{ id: "2", name: "Vivek Sivasamy", role: "Foodie", company: "Local Guide", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-fashionable-round-shades-has-fresh-drink-eats-tasty-exotic-dish_273609-28708.jpg" },
{ id: "3", name: "Jeeshan George", role: "Customer", company: "Roadtrip Stop", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adult-enjoying-cocktail_52683-107594.jpg" },
{ id: "4", name: "Ramya P", role: "Local Guide", company: "Regular", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5040.jpg" },
{ id: "5", name: "Anil K", role: "Traveler", company: "Business", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/happy-extended-family-having-lunch-together-dining-room-focus-is-senior-man_637285-2866.jpg" },
]}
title="What Our Diners Say"
description="Join thousands of satisfied guests who make Arunachala their favorite dining stop."
@@ -224,24 +110,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "m1",
icon: Star,
title: "Customer Rating",
value: "3.9/5",
},
{
id: "m2",
icon: Users,
title: "Happy Diners",
value: "2,100+",
},
{
id: "m3",
icon: Award,
title: "Years of Taste",
value: "22+",
},
{ id: "m1", icon: Star, title: "Customer Rating", value: "3.9/5" },
{ id: "m2", icon: Users, title: "Happy Diners", value: "2,100+" },
{ id: "m3", icon: Award, title: "Years of Taste", value: "22+" },
]}
title="Serving Excellence Since 2002"
description="Our numbers reflect the trust of our customers."
@@ -253,21 +124,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "What are your operating hours?",
content: "We are open daily. Our current hours are until 4 PM and we reopen at 6 PM.",
},
{
id: "f2",
title: "Do you offer delivery?",
content: "Yes, we offer no-contact delivery options for your convenience.",
},
{
id: "f3",
title: "Is parking available?",
content: "Yes, we have dedicated parking spaces right in front of the restaurant.",
},
{ id: "f1", title: "What are your operating hours?", content: "We are open daily. Our current hours are until 4 PM and we reopen at 6 PM." },
{ id: "f2", title: "Do you offer delivery?", content: "Yes, we offer no-contact delivery options for your convenience." },
{ id: "f3", title: "Is parking available?", content: "Yes, we have dedicated parking spaces right in front of the restaurant." },
]}
imageSrc="http://img.b2bpic.net/free-photo/order-client_1098-15604.jpg"
title="Frequently Asked"
@@ -280,18 +139,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
tag="Visit Us"
title="Ready for a Feast?"
description="Located on Kovai Main Road. We look forward to serving you fresh, authentic Chettinad flavors today."
buttons={[
{
text: "Get Directions",
href: "https://maps.google.com",
},
]}
buttons={[{ text: "Get Directions", href: "https://maps.google.com" }]}
/>
</div>
@@ -300,45 +152,9 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/healthy-meal-rice-with-ingredients-rough-cement-surface_23-2148097192.jpg"
logoText="Arunachala"
columns={[
{
title: "Links",
items: [
{
label: "Home",
href: "#hero",
},
{
label: "About",
href: "#about",
},
],
},
{
title: "Menu",
items: [
{
label: "Biryani",
href: "#menu",
},
{
label: "Thali",
href: "#menu",
},
],
},
{
title: "Help",
items: [
{
label: "Contact",
href: "#contact",
},
{
label: "FAQ",
href: "#faq",
},
],
},
{ title: "Links", items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }] },
{ title: "Menu", items: [{ label: "Biryani", href: "#menu" }, { label: "Thali", href: "#menu" }] },
{ title: "Help", items: [{ label: "Contact", href: "#contact" }, { label: "FAQ", href: "#faq" }] },
]}
copyrightText="© 2025 Arunachala Restaurant. All rights reserved."
/>