Compare commits
40 Commits
version_12
...
version_25
| Author | SHA1 | Date | |
|---|---|---|---|
| 6e8a943d36 | |||
| d6a045e990 | |||
| b01a3eb5db | |||
| c8e1a39b7c | |||
| ca3cf6b310 | |||
| 963fa50105 | |||
| 027c6add9c | |||
| 327cf74e2c | |||
| bfd3c56842 | |||
| 4977486034 | |||
| db1042134f | |||
| 9d2b5af7d4 | |||
| ccc875d9f2 | |||
| de7e1517d9 | |||
| 3eb60e99a5 | |||
| b30be08bd2 | |||
| 49edc6051a | |||
| adc2d268f5 | |||
| ce07844caa | |||
| eeb47f4eec | |||
| c136a0dc41 | |||
| 52a60b3575 | |||
| 820cd3c7a6 | |||
| ba83a3a890 | |||
| 9165d19f11 | |||
| 288476b4b5 | |||
| d2c5d99ff3 | |||
| 7191aac721 | |||
| 17c55ff20e | |||
| 9551010a56 | |||
| 40d7f8fd93 | |||
| c0cb4f2181 | |||
| 867a34c4f5 | |||
| 4b6e34ecc8 | |||
| 91fe931071 | |||
| 648b0514b4 | |||
| a8d8861786 | |||
| cc50c3a8d5 | |||
| 3d6dae8c50 | |||
| f4af00d9a2 |
@@ -49,6 +49,7 @@ export default function LandingPage() {
|
||||
title="Authentic Adana Flavors"
|
||||
description="Experience the true essence of traditional Turkish cuisine crafted with passion, premium ingredients, and time-honored recipes."
|
||||
tag="Since 1995"
|
||||
buttons={[{ text: "Book a Table", href: "#contact" }]}
|
||||
mediaItems={[
|
||||
{ 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" }
|
||||
@@ -104,6 +105,7 @@ export default function LandingPage() {
|
||||
{ id: "2", name: "Shish Kebab", price: "$24", variant: "Premium Lamb", imageSrc: "http://img.b2bpic.net/free-photo/top-view-shish-kebab-with-fried-vegetables-chopped-onion-ayran-knife-white-plate_176474-3443.jpg" },
|
||||
{ id: "3", name: "Turkish Meze", price: "$15", variant: "Appetizers", imageSrc: "http://img.b2bpic.net/free-photo/appetizers-small-sauce-bowls-containing-marinated-foods-olives-cream-cheese_114579-1540.jpg" }
|
||||
]}
|
||||
buttons={[{ text: "View Full Menu", href: "#" }]}
|
||||
title="Signature Menu"
|
||||
description="Explore our chef-curated selections."
|
||||
/>
|
||||
@@ -141,7 +143,7 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Do you accept reservations?", content: "Yes, we highly recommend booking in advance." },
|
||||
{ id: "f1", title: "Do you accept reservations?", content: "Yes, we highly recommend booking in advance. Book via our website or call us at (555) 0123-4567 for same-day requests." },
|
||||
{ id: "f2", title: "Are there vegetarian options?", content: "We offer a wide variety of vegetarian mezes." },
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--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;
|
||||
--background: #000000;
|
||||
--card: #4A0404;
|
||||
--foreground: #F5F5DC;
|
||||
--primary-cta: #D4A017;
|
||||
--primary-cta-text: #000000;
|
||||
--secondary-cta: #4A0404;
|
||||
--secondary-cta-text: #E2C275;
|
||||
--accent: #FFBF00;
|
||||
--background-accent: #2D080A;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user