4 Commits

Author SHA1 Message Date
51268b8ab9 Update theme colors 2026-06-03 23:56:02 +00:00
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 6 additions and 5 deletions

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

View File

@@ -13,12 +13,12 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #E34400;
--primary-cta: #180c0c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120a00e6;
--accent: #e2e2e2;
--background-accent: #E34400;
--background-accent: #060505;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);