Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 231b3bb855 | |||
| 0fcb2cd788 | |||
| 7c2c1dab60 | |||
| cc3bfe3df2 | |||
| 1cabd02b9d | |||
| 816733f40b | |||
| e0d20f651c |
@@ -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" }
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user