Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-06-09 21:40:00 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -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
}}
/>
</div>
@@ -193,4 +193,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

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