Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-07 19:18:30 +00:00

View File

@@ -118,7 +118,7 @@ export default function LandingPage() {
features={[
{
icon: Zap,
title: "Paneer Tikka Trio", description: "Aromatic tandoori paneer skewers with traditional Indian spices and fresh mint chutney"
title: "Paneer Tikka Trio", description: "Aromatic tandoori paneer skewers with traditional Indian spices and fresh mint chutney", button: { text: "View Article", href: "#menu" }
},
{
icon: Flame,
@@ -262,4 +262,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}