From 170c7846c8b2daf008e415214a9d169897bfcba7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 21:39:56 +0000 Subject: [PATCH 1/2] 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 -- 2.49.1 From b1b44dcca4bf9b7c3ef19026ceba6704817c166f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 21:39:56 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 1b816ec..19e5cf3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f6f7; + --background: #f5f5f5; --card: #ffffff; - --foreground: #1b0c25; - --primary-cta: #1b0c25; + --foreground: #1c1c1c; + --primary-cta: #1c1c1c; --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff; --secondary-cta-text: #1b0c25; - --accent: #ff93e4; - --background-accent: #e8a8c3; + --accent: #15479c; + --background-accent: #a8cce8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1