2 Commits

Author SHA1 Message Date
fbc84d66bc Update src/app/page.tsx 2026-06-03 23:54:44 +00:00
921a4ef2e2 Merge version_2 into main
Merge version_2 into main
2026-06-03 23:49:14 +00:00

View File

@@ -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>