7 Commits

Author SHA1 Message Date
deaf72d8b3 Merge version_4 into main
Merge version_4 into main
2026-05-10 15:00:18 +00:00
f64708307f Update src/app/styles/variables.css 2026-05-10 15:00:15 +00:00
db1859d796 Update src/app/page.tsx 2026-05-10 15:00:15 +00:00
733d55ca4b Merge version_3 into main
Merge version_3 into main
2026-05-10 14:58:31 +00:00
d511dd11a4 Update src/app/styles/variables.css 2026-05-10 14:58:28 +00:00
56ed5ee58f Update src/app/page.tsx 2026-05-10 14:58:27 +00:00
151278a8c3 Merge version_2 into main
Merge version_2 into main
2026-05-10 14:57:58 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -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."

View File

@@ -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);