5 Commits

Author SHA1 Message Date
acfd85a603 Update theme colors 2026-04-24 16:51:20 +00:00
f4fdfb3dd0 Update theme colors 2026-04-24 16:51:07 +00:00
2dd34c1db3 Update src/app/page.tsx 2026-04-24 16:49:09 +00:00
ce872d19e2 Merge version_1 into main
Merge version_1 into main
2026-04-24 16:42:02 +00:00
fa21662e32 Merge version_1 into main
Merge version_1 into main
2026-04-24 16:41:35 +00:00
2 changed files with 12 additions and 12 deletions

View File

@@ -50,8 +50,8 @@ export default function LandingPage() {
description="Experience the true essence of traditional Turkish cuisine crafted with passion, premium ingredients, and time-honored recipes."
tag="Since 1995"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/meat-kabab-served-with-onion-barberry-tomatoes_141793-797.jpg", imageAlt: "Authentic turkish kebab platter" },
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-seafood-wine_23-2149410733.jpg", imageAlt: "Mediterranean dining ambiance" }
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhWNYBnnf49Eeclk6ADmdLtKeG/uploaded-1777049337538-yy95fj5v.jpg", imageAlt: "Authentic turkish kebab platter" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhWNYBnnf49Eeclk6ADmdLtKeG/uploaded-1777049337538-ibhaupe0.jpg", imageAlt: "Mediterranean dining ambiance" }
]}
mediaAnimation="slide-up"
rating={5}
@@ -169,4 +169,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f6f0e9;
--card: #efe7dd;
--foreground: #2b180a;
--primary-cta: #2b180a;
--primary-cta-text: #f6f0e9;
--secondary-cta: #efe7dd;
--secondary-cta-text: #2b180a;
--accent: #94877c;
--background-accent: #afa094;
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1f3251;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #15479c;
--background-accent: #a8cce8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);