diff --git a/src/app/page.tsx b/src/app/page.tsx index 0125ada..a1f2658 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file