4 Commits

Author SHA1 Message Date
860bafa804 Update src/app/page.tsx 2026-03-03 10:38:05 +00:00
c2bfd2dadf Update src/app/page.tsx 2026-03-03 10:36:08 +00:00
d4be7600c1 Update src/app/layout.tsx 2026-03-03 10:36:07 +00:00
52e746daf1 Update src/app/page.tsx 2026-03-03 10:33:48 +00:00
2 changed files with 17 additions and 17 deletions

View File

@@ -45,7 +45,7 @@ export default function ATFZGaragePage() {
<HeroLogoBillboardSplit
logoText="ATFZGARAGE"
description="Professional mobile mechanic services delivered to your location. Convenient, honest, and affordable repairs for all vehicle types."
background={{ variant: "plain" }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Book Service Now", href: "contact" },
{ text: "Learn More", href: "services" }
@@ -94,7 +94,7 @@ export default function ATFZGaragePage() {
tag="Our Services"
textboxLayout="default"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
features={[
{
@@ -209,7 +209,7 @@ export default function ATFZGaragePage() {
{ text: "Book Service", href: "#contact-form" },
{ text: "Call Us", href: "tel:1-800-ATFZGAR" }
]}
background={{ variant: "plain" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
/>
</div>

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #0a0a0a;;
--card: #1a1a1a;;
--foreground: #ffffffe6;;
--primary-cta: #9d00ff;;
--secondary-cta: #1a1a1a;;
--accent: #737373;;
--background-accent: #9d00ff;; */
/* --background: #f7f6f7;;
--card: #ffffff;;
--foreground: #250c0d;;
--primary-cta: #b82b40;;
--secondary-cta: #ffffff;;
--accent: #b90941;;
--background-accent: #e8a8b6;; */
--background: #0a0a0a;;
--card: #1a1a1a;;
--foreground: #ffffffe6;;
--primary-cta: #9d00ff;;
--background: #f7f6f7;;
--card: #ffffff;;
--foreground: #250c0d;;
--primary-cta: #b82b40;;
--primary-cta-text: #f7f6f7;;
--secondary-cta: #1a1a1a;;
--secondary-cta: #ffffff;;
--secondary-cta-text: #250c0d;;
--accent: #737373;;
--background-accent: #9d00ff;;
--accent: #b90941;;
--background-accent: #e8a8b6;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);