7 Commits

Author SHA1 Message Date
231b3bb855 Update theme colors 2026-03-17 20:27:45 +00:00
0fcb2cd788 Update src/app/styles/variables.css 2026-03-17 20:24:43 +00:00
7c2c1dab60 Update src/app/page.tsx 2026-03-17 20:24:42 +00:00
cc3bfe3df2 Merge version_1 into main
Merge version_1 into main
2026-03-17 01:03:10 +00:00
1cabd02b9d Merge version_1 into main
Merge version_1 into main
2026-03-17 00:56:28 +00:00
816733f40b Merge version_1 into main
Merge version_1 into main
2026-03-17 00:32:15 +00:00
e0d20f651c Merge version_1 into main
Merge version_1 into main
2026-03-17 00:30:29 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
tag="Luxury Auto Body Shop"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "radial-gradient" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Get a Quote", href: "#contact" },
{ text: "View Our Work", href: "#gallery" }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f8f8f8;
--foreground: #1a1a1a;
--primary-cta: #ff1493;
--primary-cta-text: #ffffff;
--secondary-cta: #2a2a2a;
--secondary-cta-text: #ffffff;
--accent: #f5c6d8;
--background-accent: #2a2a2a;
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #159c49;
--background-accent: #a8e8ba;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);