11 Commits

Author SHA1 Message Date
bce3ffa2ed Update src/app/page.tsx 2026-03-10 06:37:21 +00:00
93281c7d04 Update src/app/page.tsx 2026-03-10 06:33:47 +00:00
fb78326b7e Update src/app/layout.tsx 2026-03-10 06:33:46 +00:00
763b52d29e Merge version_2 into main
Merge version_2 into main
2026-03-10 05:13:14 +00:00
9fb691b351 Update src/app/page.tsx 2026-03-10 05:13:10 +00:00
28c46408b9 Merge version_2 into main
Merge version_2 into main
2026-03-10 05:08:09 +00:00
498503e340 Update src/app/page.tsx 2026-03-10 05:08:05 +00:00
f6ac0e966c Update src/app/layout.tsx 2026-03-10 05:08:04 +00:00
1e14b8e55b Merge version_1 into main
Merge version_1 into main
2026-03-10 05:04:05 +00:00
3932ba25ae Merge version_1 into main
Merge version_1 into main
2026-03-10 05:03:20 +00:00
1efa5122e2 Merge version_1 into main
Merge version_1 into main
2026-03-10 05:02:12 +00:00
2 changed files with 12 additions and 1410 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroSplitDoubleCarousel <HeroSplitDoubleCarousel
title="Authentic Flavors, Timeless Traditions" title="Authentic Flavors, Timeless Traditions"
description="Experience beloved banana leaf rice, crispy fried fish, and rich curries crafted daily with fresh ingredients and perfect spice. A local favorite for years." description="Experience beloved banana leaf rice, crispy fried fish, and rich curries crafted daily with fresh ingredients and perfect spice. A local favorite for years."
tag="Since 1998" tag="Since 1969"
tagIcon={Flame} tagIcon={Flame}
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
@@ -89,6 +89,7 @@ export default function LandingPage() {
metrics={[ metrics={[
{ value: "25+", title: "Years of Culinary Excellence" }, { value: "25+", title: "Years of Culinary Excellence" },
{ value: "1000s", title: "Happy Diners Annually" }, { value: "1000s", title: "Happy Diners Annually" },
{ value: "25 Years", title: "Trusted Heritage" },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/turkey-prepared-thanksgiving-day_23-2148632527.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/turkey-prepared-thanksgiving-day_23-2148632527.jpg?_wi=1"
imageAlt="Warm interior of Moorthys Mathai restaurant with traditional decor" imageAlt="Warm interior of Moorthys Mathai restaurant with traditional decor"
@@ -151,7 +152,7 @@ export default function LandingPage() {
id: "2", title: "Traditional Cooking Methods", description: "Time-honored recipes and cooking techniques passed down through generations ensure authentic flavors that transport you to South India with every meal.", media: { id: "2", title: "Traditional Cooking Methods", description: "Time-honored recipes and cooking techniques passed down through generations ensure authentic flavors that transport you to South India with every meal.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/brown-plate-chicken-meat-with-mint-slices-lemon_114579-83800.jpg?_wi=2", imageAlt: "Traditional cooking techniques and authentic preparation"}, imageSrc: "http://img.b2bpic.net/free-photo/brown-plate-chicken-meat-with-mint-slices-lemon_114579-83800.jpg?_wi=2", imageAlt: "Traditional cooking techniques and authentic preparation"},
items: [ items: [
{ icon: Check, text: "Family recipes since 1998" }, { icon: Check, text: "Family recipes since 1969" },
{ icon: Check, text: "Authentic preparation methods" }, { icon: Check, text: "Authentic preparation methods" },
{ icon: Check, text: "Perfect spice balance mastery" }, { icon: Check, text: "Perfect spice balance mastery" },
], ],
@@ -218,7 +219,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactFaq <ContactFaq
ctaTitle="Reserve Your Table Today" ctaTitle="Reserve Your Table Today"
ctaDescription="Experience authentic flavors. Book now to secure your seat during peak hours. Limited seating available." ctaDescription="Peak hours fill quickly—reserve now for guaranteed seating."
ctaButton={{ text: "Book a Reservation", href: "#reservations" }} ctaButton={{ text: "Book a Reservation", href: "#reservations" }}
ctaIcon={Calendar} ctaIcon={Calendar}
useInvertedBackground={true} useInvertedBackground={true}