6 Commits

Author SHA1 Message Date
bc5816504b Update src/app/page.tsx 2026-03-07 19:44:26 +00:00
4b8df474a1 Merge version_2 into main
Merge version_2 into main
2026-03-07 19:18:30 +00:00
1bfc8d2d38 Update src/app/page.tsx 2026-03-07 19:18:26 +00:00
ad6ccc8a4e Merge version_1 into main
Merge version_1 into main
2026-03-07 19:06:46 +00:00
738e992f92 Merge version_1 into main
Merge version_1 into main
2026-03-07 19:05:45 +00:00
320902355d Merge version_1 into main
Merge version_1 into main
2026-03-07 19:03:53 +00:00

View File

@@ -117,8 +117,8 @@ export default function LandingPage() {
animationType="slide-up"
features={[
{
icon: Zap,
title: "Paneer Tikka Trio", description: "Aromatic tandoori paneer skewers with traditional Indian spices and fresh mint chutney"
icon: ChefHat,
title: "Paneer Tikka Trio", description: "Aromatic tandoori paneer skewers with traditional Indian spices and fresh mint chutney. Restaurant-style menu card presentation showcasing this premium dish.", button: { text: "View Article", href: "#menu" }
},
{
icon: Flame,
@@ -262,4 +262,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}