3 Commits

Author SHA1 Message Date
b1b44dcca4 Update src/app/styles/variables.css 2026-06-09 21:39:56 +00:00
170c7846c8 Update src/app/page.tsx 2026-06-09 21:39:56 +00:00
62c2295e7c Merge version_1 into main
Merge version_1 into main
2026-06-09 21:33:26 +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" } { name: "İletişim", id: "contact" }
]} ]}
button={{ button={{
text: "Şimdi Sipariş Ver" text: "Şimdi Sipariş Ver", href: "#full-menu" // Made functional by linking to the full menu section
}} }}
/> />
</div> </div>
@@ -193,4 +193,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f7f6f7; --background: #f5f5f5;
--card: #ffffff; --card: #ffffff;
--foreground: #1b0c25; --foreground: #1c1c1c;
--primary-cta: #1b0c25; --primary-cta: #1c1c1c;
--primary-cta-text: #f7f6f7; --primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff; --secondary-cta: #ffffff;
--secondary-cta-text: #1b0c25; --secondary-cta-text: #1b0c25;
--accent: #ff93e4; --accent: #15479c;
--background-accent: #e8a8c3; --background-accent: #a8cce8;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);