5 Commits

Author SHA1 Message Date
913ca6a655 Update src/app/page.tsx 2026-04-23 13:04:12 +00:00
f7edaea81c Merge version_2 into main
Merge version_2 into main
2026-04-23 13:03:14 +00:00
02f73b2000 Update src/app/page.tsx 2026-04-23 13:03:11 +00:00
f1fe93477d Merge version_1 into main
Merge version_1 into main
2026-04-23 13:01:35 +00:00
9442a4731f Merge version_1 into main
Merge version_1 into main
2026-04-23 13:01:04 +00:00

View File

@@ -52,6 +52,7 @@ export default function LandingPage() {
title="Authentic Kerala & Indo-Chinese Flavors" title="Authentic Kerala & Indo-Chinese Flavors"
description="Experience the perfect blend of traditional spices and global culinary trends in a welcoming, modern fine dining space." description="Experience the perfect blend of traditional spices and global culinary trends in a welcoming, modern fine dining space."
tag="Achayans Fine Dine" tag="Achayans Fine Dine"
buttons={[{ text: "Order Now", href: "#menu" }]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157781.jpg", imageAlt: "Traditional Kerala restaurant interior"}, imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157781.jpg", imageAlt: "Traditional Kerala restaurant interior"},
@@ -100,6 +101,7 @@ export default function LandingPage() {
]} ]}
title="Our Menu" title="Our Menu"
description="Explore our curated selection of fine dine dishes." description="Explore our curated selection of fine dine dishes."
buttons={[{ text: "View Full Menu", href: "#" }]}
/> />
</div> </div>