7 Commits

Author SHA1 Message Date
b626040786 Merge version_3 into main
Merge version_3 into main
2026-03-10 06:37:25 +00:00
bce3ffa2ed Update src/app/page.tsx 2026-03-10 06:37:21 +00:00
6eeac14163 Merge version_3 into main
Merge version_3 into main
2026-03-10 06:33:51 +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
28c46408b9 Merge version_2 into main
Merge version_2 into main
2026-03-10 05:08:09 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body> </body>
</html> </html>
); );
} }

View File

@@ -152,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" },
], ],
@@ -219,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}
@@ -273,4 +273,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }