Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 51268b8ab9 | |||
| dd18da2a60 | |||
| fbc84d66bc | |||
| 921a4ef2e2 |
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
|||||||
bottomLeftText="Başakşehir, İstanbul"
|
bottomLeftText="Başakşehir, İstanbul"
|
||||||
bottomRightText="hello@sarerestaurant.com"
|
bottomRightText="hello@sarerestaurant.com"
|
||||||
button={{
|
button={{
|
||||||
text: "Rezervasyon Yap", href: "#contact"}}
|
text: "Rezervasyon Yap", href: "#contact"}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -207,7 +207,7 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "canvas-reveal"}}
|
variant: "sparkles-gradient"}}
|
||||||
tag="Visit Us"
|
tag="Visit Us"
|
||||||
title="Your Table Awaits in Başakşehir"
|
title="Your Table Awaits in Başakşehir"
|
||||||
description="Experience the unique blend of tradition and luxury at Sare Restaurant. Book your table today for an unforgettable culinary journey or find us at our Başakşehir location."
|
description="Experience the unique blend of tradition and luxury at Sare Restaurant. Book your table today for an unforgettable culinary journey or find us at our Başakşehir location."
|
||||||
@@ -217,6 +217,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
text: "Yol Tarifi Al", href: "https://www.google.com/maps/search/Sare+Restaurant+Başakşehir"},
|
text: "Yol Tarifi Al", href: "https://www.google.com/maps/search/Sare+Restaurant+Başakşehir"},
|
||||||
]}
|
]}
|
||||||
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -270,4 +271,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,12 +13,12 @@
|
|||||||
--background: #ffffff;
|
--background: #ffffff;
|
||||||
--card: #f9f9f9;
|
--card: #f9f9f9;
|
||||||
--foreground: #120a00e6;
|
--foreground: #120a00e6;
|
||||||
--primary-cta: #E34400;
|
--primary-cta: #180c0c;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #f9f9f9;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #120a00e6;
|
--secondary-cta-text: #120a00e6;
|
||||||
--accent: #e2e2e2;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #E34400;
|
--background-accent: #060505;
|
||||||
|
|
||||||
/* 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