diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d1bc48..b0b159b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,7 +41,7 @@ export default function LandingPage() { { name: "İletişim", id: "contact" } ]} button={{ - text: "Şimdi Sipariş Ver" + text: "Şimdi Sipariş Ver", href: "#full-menu" // Made functional by linking to the full menu section }} /> @@ -193,4 +193,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file