From 170c7846c8b2daf008e415214a9d169897bfcba7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 21:39:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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