14 Commits

Author SHA1 Message Date
f099512801 Merge version_6 into main
Merge version_6 into main
2026-05-14 00:33:41 +00:00
b5e3233e05 Update theme colors 2026-05-14 00:33:35 +00:00
075ef4f414 Merge version_5 into main
Merge version_5 into main
2026-05-14 00:33:28 +00:00
2bbc1a43e7 Update theme colors 2026-05-14 00:33:22 +00:00
983c73c414 Merge version_4 into main
Merge version_4 into main
2026-05-14 00:28:20 +00:00
16b76cff22 Update src/app/page.tsx 2026-05-14 00:28:17 +00:00
23b4cb86a0 Merge version_4 into main
Merge version_4 into main
2026-05-14 00:27:38 +00:00
514ee965f7 Update src/app/page.tsx 2026-05-14 00:27:35 +00:00
e28e246ed1 Merge version_4 into main
Merge version_4 into main
2026-05-14 00:26:25 +00:00
4cdd491561 Update theme colors 2026-05-14 00:26:22 +00:00
74f04adedf Merge version_3 into main
Merge version_3 into main
2026-05-14 00:26:11 +00:00
0a2d15e10c Merge version_2 into main
Merge version_2 into main
2026-05-14 00:26:02 +00:00
5761058428 Merge version_2 into main
Merge version_2 into main
2026-05-14 00:25:55 +00:00
5be1a055c6 Merge version_2 into main
Merge version_2 into main
2026-05-14 00:23:54 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -69,9 +69,9 @@ export default function LandingPage() {
title="Our Culinary Specialities"
description="From traditional Kurdish feasts to delicate local desserts, every dish tells a story of culture and flavor."
products={[
{ id: "1", name: "Kurdish Dolma", price: "Special", variant: "Signature Dish", imageSrc: "https://images.unsplash.com/photo-1541518763669-27fdf04b35ee?q=80&w=500&auto=format&fit=crop" },
{ id: "1", name: "Kurdish Dolma", price: "Special", variant: "Signature Dish", imageSrc: "https://img.b2bpic.net/free-psd/delicious-burger-food-menu-instagram-facebook-story-template_106176-1402.jpg?id=32888199" },
{ id: "2", name: "Grilled Lamb Kebabs", price: "Special", variant: "BBQ Tradition", imageSrc: "https://images.unsplash.com/photo-1555939594-58d7cb561ad1?q=80&w=500&auto=format&fit=crop" },
{ id: "3", name: "Local Kurdish Bread", price: "Daily", variant: "Fresh Baked", imageSrc: "https://images.unsplash.com/photo-1589464699364-3e2469441aae?q=80&w=500&auto=format&fit=crop" }
{ id: "3", name: "Local Kurdish Bread", price: "Daily", variant: "Fresh Baked", imageSrc: "https://img.b2bpic.net/premium-photo/ruffled-flag-kurdistan_6724-687.jpg?id=2228777" }
]}
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fafffb;
--background: #e3deea;
--card: #ffffff;
--foreground: #001a0a;
--primary-cta: #0a705f;
--primary-cta-text: #fafffb;
--foreground: #1f2027;
--primary-cta: #1f2027;
--primary-cta-text: #e3deea;
--secondary-cta: #ffffff;
--secondary-cta-text: #001a0a;
--accent: #a8d9be;
--background-accent: #6bbfb8;
--secondary-cta-text: #1f2027;
--accent: #627dc6;
--background-accent: #627dc6;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);