Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dd18da2a60 | |||
| fbc84d66bc | |||
| 921a4ef2e2 |
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
bottomLeftText="Başakşehir, İstanbul"
|
||||
bottomRightText="hello@sarerestaurant.com"
|
||||
button={{
|
||||
text: "Rezervasyon Yap", href: "#contact"}}
|
||||
text: "Rezervasyon Yap", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -207,7 +207,7 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "canvas-reveal"}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Visit Us"
|
||||
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."
|
||||
@@ -217,6 +217,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Yol Tarifi Al", href: "https://www.google.com/maps/search/Sare+Restaurant+Başakşehir"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -270,4 +271,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120a00e6;
|
||||
--primary-cta: #E34400;
|
||||
--primary-cta: #180c0c;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #120a00e6;
|
||||
|
||||
Reference in New Issue
Block a user