Compare commits
10 Commits
version_13
...
version_17
| Author | SHA1 | Date | |
|---|---|---|---|
| 10da9d6ca1 | |||
| 2683b32e09 | |||
| 304c9a3a89 | |||
| cdfad3ed7f | |||
| 4efba0d46f | |||
| 3e1a761923 | |||
| 40b8e5a04e | |||
| 257a1e6ea4 | |||
| e61aa10bc8 | |||
| 6527079a18 |
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Authentic Mediterranean Grill in Turlock"
|
||||
description="Experience fresh, well-seasoned kabobs and traditional Mediterranean flavors. Join us for a delightful dining experience today."
|
||||
description="<span style='color: green'>Experience fresh, well-seasoned kabobs and traditional Mediterranean flavors. Join us for a delightful dining experience today.</span>"
|
||||
buttons={[
|
||||
{ text: "Order Online", href: "#menu" },
|
||||
{ text: "Call Now", href: "tel:2094160403" },
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fcf6ec;
|
||||
--card: #f3ede2;
|
||||
--foreground: #2e2521;
|
||||
--primary-cta: #2e2521;
|
||||
--primary-cta-text: #fcf6ec;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #2e2521;
|
||||
--accent: #b2a28b;
|
||||
--background-accent: #b2a28b;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000f06e6;
|
||||
--primary-cta: #0a7039;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000f06e6;
|
||||
--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