Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
logoText="El Serranito Taqueria"
|
||||
description="Authentic Mexican flavors, massive burritos, handmade tortillas, and the friendliest service in town. Best tacos near me, authentic Mexican food, street tacos, breakfast burritos, California burrito, Mexican food in Cherokee County."
|
||||
buttons={[
|
||||
@@ -154,7 +154,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Visit Us"
|
||||
title="Come Hungry, Leave Happy"
|
||||
description="Located in the heart of Cherokee County. Stop by today for an authentic street taco experience."
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fbf2e3;
|
||||
--card: #f7e9d1;
|
||||
--foreground: #4a2d1d;
|
||||
--primary-cta: #d94c25;
|
||||
--background: #f5f4ef;
|
||||
--card: #dad6cd;
|
||||
--foreground: #2a2928;
|
||||
--primary-cta: #2a2928;
|
||||
--primary-cta-text: #fcf6ec;
|
||||
--secondary-cta: #f7e9d1;
|
||||
--secondary-cta: #ecebea;
|
||||
--secondary-cta-text: #2e2521;
|
||||
--accent: #4a9c6a;
|
||||
--background-accent: #f9d6b5;
|
||||
--accent: #ffffff;
|
||||
--background-accent: #c6b180;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user