Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-06-03 23:54:48 +00:00

View File

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