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 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);