Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| deaf72d8b3 | |||
| f64708307f | |||
| db1859d796 | |||
| 733d55ca4b | |||
| d511dd11a4 | |||
| 56ed5ee58f | |||
| 151278a8c3 |
@@ -22,7 +22,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
background="fluid"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -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: #fcf6ec;
|
||||
--card: #efe7dd;
|
||||
--foreground: #2b180a;
|
||||
--primary-cta: #b82b40;
|
||||
--background: #f5f4ef;
|
||||
--card: #dad6cd;
|
||||
--foreground: #2a2928;
|
||||
--primary-cta: #2a2928;
|
||||
--primary-cta-text: #fcf6ec;
|
||||
--secondary-cta: #2b180a;
|
||||
--secondary-cta: #ecebea;
|
||||
--secondary-cta-text: #2e2521;
|
||||
--accent: #35c18b;
|
||||
--background-accent: #e8a8b6;
|
||||
--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