14 Commits

Author SHA1 Message Date
7de58542d9 Update src/app/page.tsx 2026-04-18 07:32:36 +00:00
e58c871326 Merge version_3 into main
Merge version_3 into main
2026-04-18 07:26:30 +00:00
097102a8a3 Update src/app/page.tsx 2026-04-18 07:26:27 +00:00
05fba788da Merge version_3 into main
Merge version_3 into main
2026-04-18 07:26:07 +00:00
ea6c30f3a4 Update src/app/page.tsx 2026-04-18 07:26:01 +00:00
8e518309e1 Merge version_3 into main
Merge version_3 into main
2026-04-18 07:25:33 +00:00
708ed5a4e6 Update src/app/page.tsx 2026-04-18 07:25:27 +00:00
cd332cfccd Merge version_3 into main
Merge version_3 into main
2026-04-18 07:25:00 +00:00
6aa0cdff84 Update src/app/page.tsx 2026-04-18 07:24:57 +00:00
1a630ac289 Merge version_3 into main
Merge version_3 into main
2026-04-18 07:24:31 +00:00
e09501c6e0 Update src/app/page.tsx 2026-04-18 07:24:28 +00:00
109a6b0c15 Merge version_2 into main
Merge version_2 into main
2026-04-18 07:17:10 +00:00
83a9b9148a Update theme colors 2026-04-18 07:17:07 +00:00
061900b91d Merge version_1 into main
Merge version_1 into main
2026-04-18 07:09:52 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
title="Authentic Georgian Flavors in Brooklyn"
description="Experience the true taste of Georgia. From our signature Khinkali to freshly baked Adjaruli Khachapuri, we bring the best of the Caucasus to your table."
tag="Georgian Cuisine"
buttons={[{ text: "View Menu", href: "#menu" }, { text: "Book a Table", href: "#contact" }]}
buttons={[{ text: "Order for Delivery", href: "#menu" }, { text: "Reserve Your Table", href: "#contact" }]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-egg-bread-fresh-off-oven-with-milk-cheese-wooden-desk-dough-bake-bread-bun-eggs_140725-74339.jpg", imageAlt: "Traditional Khinkali" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-leaf-dolma-inside-plate-white-surface_140725-75562.jpg", imageAlt: "Georgian Table" }

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: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);