3 Commits

Author SHA1 Message Date
dd18da2a60 Update theme colors 2026-06-03 23:55:56 +00:00
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
2 changed files with 5 additions and 4 deletions

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>
@@ -270,4 +271,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -13,7 +13,7 @@
--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;