15 Commits

Author SHA1 Message Date
9c9d9b480c Merge version_3 into main
Merge version_3 into main
2026-03-08 13:31:08 +00:00
01cc9e119b Update theme colors 2026-03-08 13:31:01 +00:00
42588a107f Merge version_3 into main
Merge version_3 into main
2026-03-08 13:30:23 +00:00
0573c0c11a Update theme colors 2026-03-08 13:30:17 +00:00
f0e148fb29 Merge version_3 into main
Merge version_3 into main
2026-03-08 13:28:53 +00:00
5b16948e18 Update theme colors 2026-03-08 13:28:47 +00:00
04e0c55fbe Merge version_3 into main
Merge version_3 into main
2026-03-08 13:26:32 +00:00
1b1f8dd0a5 Update src/app/styles/variables.css 2026-03-08 13:26:28 +00:00
1b54ccf638 Update src/app/layout.tsx 2026-03-08 13:26:28 +00:00
bea7678307 Merge version_2 into main
Merge version_2 into main
2026-03-08 13:24:47 +00:00
78191a8a21 Update src/app/page.tsx 2026-03-08 13:24:43 +00:00
6881f0c234 Update src/app/layout.tsx 2026-03-08 13:24:42 +00:00
50646d6095 Merge version_1 into main
Merge version_1 into main
2026-03-08 13:23:11 +00:00
4a6c41f725 Merge version_1 into main
Merge version_1 into main
2026-03-08 13:22:26 +00:00
52da3680f2 Merge version_1 into main
Merge version_1 into main
2026-03-08 13:21:16 +00:00
3 changed files with 20 additions and 1418 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -102,7 +102,7 @@ export default function LandingPage() {
tag="Our Story"
tagIcon={BookOpen}
tagAnimation="blur-reveal"
title="More Than a Restaurant A Cultural Experience. Marburg is diverse and vibrant, but something was missing… until Rumi arrived. Named after the poet Jalal ad-Din Rumi, our restaurant embodies the meeting of cultures, warmth, and the joy of sharing authentic Persian cuisine. Every dish is prepared with care, every guest welcomed as family."
title="A Cultural Experience Where Tradition Meets Warmth. Named after the poet Jalal ad-Din Rumi, our restaurant embodies the meeting of cultures, warmth, and the joy of sharing authentic Persian cuisine. Every dish is prepared with care, every guest welcomed as family. Marburg is diverse and vibrant, but something was missing… until Rumi arrived."
buttons={[{ text: "Explore Our Kitchen", href: "#dishes" }]}
buttonAnimation="slide-up"
useInvertedBackground={false}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--card: #ffffff;
--foreground: #1b0c25;
--primary-cta: #1b0c25;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #1b0c25;
--accent: #ff93e4;
--background-accent: #e8a8c3;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120006e6;
--primary-cta: #89131c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120006e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);