Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b1b44dcca4 | |||
| 170c7846c8 | |||
| 62c2295e7c |
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user