Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e9ecbabf5 | |||
| e58c871326 | |||
| 097102a8a3 | |||
| 05fba788da | |||
| ea6c30f3a4 | |||
| 8e518309e1 | |||
| 708ed5a4e6 | |||
| cd332cfccd | |||
| 6aa0cdff84 | |||
| 1a630ac289 | |||
| e09501c6e0 | |||
| 109a6b0c15 | |||
| 83a9b9148a | |||
| 061900b91d |
@@ -158,7 +158,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Contact Us"
|
||||
title="Visit Argo Today"
|
||||
description="1985 Coney Island Ave, Brooklyn, NY. Call us at +1 718-552-2242 for reservations."
|
||||
|
||||
@@ -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