Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bce3ffa2ed | |||
| 93281c7d04 | |||
| fb78326b7e | |||
| 763b52d29e | |||
| 9fb691b351 | |||
| 28c46408b9 | |||
| 498503e340 | |||
| f6ac0e966c | |||
| 1e14b8e55b | |||
| 3932ba25ae | |||
| 1efa5122e2 |
1413
src/app/layout.tsx
1413
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
<HeroSplitDoubleCarousel
|
||||
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."
|
||||
tag="Since 1998"
|
||||
tag="Since 1969"
|
||||
tagIcon={Flame}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
@@ -89,6 +89,7 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{ value: "25+", title: "Years of Culinary Excellence" },
|
||||
{ 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"
|
||||
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: {
|
||||
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: [
|
||||
{ icon: Check, text: "Family recipes since 1998" },
|
||||
{ icon: Check, text: "Family recipes since 1969" },
|
||||
{ icon: Check, text: "Authentic preparation methods" },
|
||||
{ icon: Check, text: "Perfect spice balance mastery" },
|
||||
],
|
||||
@@ -218,7 +219,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactFaq
|
||||
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" }}
|
||||
ctaIcon={Calendar}
|
||||
useInvertedBackground={true}
|
||||
@@ -272,4 +273,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user