Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7de58542d9 | |||
| e58c871326 | |||
| 097102a8a3 | |||
| 05fba788da | |||
| ea6c30f3a4 | |||
| 8e518309e1 | |||
| 708ed5a4e6 | |||
| cd332cfccd | |||
| 6aa0cdff84 | |||
| 1a630ac289 | |||
| e09501c6e0 | |||
| 109a6b0c15 | |||
| 83a9b9148a | |||
| 061900b91d |
@@ -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" }
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user