Compare commits
13 Commits
version_1
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| dfabca12d2 | |||
| 516a97fd61 | |||
| 179540654c | |||
| da7030a732 | |||
| 3d9faab248 | |||
| 2db8850191 | |||
| 87b8eb3f40 | |||
| 437e3f19ef | |||
| acfd85a603 | |||
| f4fdfb3dd0 | |||
| 2dd34c1db3 | |||
| ce872d19e2 | |||
| fa21662e32 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120a00e6;
|
||||
--primary-cta: #FF7B05;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #120a00e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #FF7B05;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user