Compare commits
12 Commits
version_28
...
version_39
| Author | SHA1 | Date | |
|---|---|---|---|
| e7c0d697f5 | |||
| f419eb87ad | |||
| 1fc64a84ad | |||
| 2b572a8227 | |||
| 558ba2e168 | |||
| 671e22fb2c | |||
| 25771207dc | |||
| bc3957dceb | |||
| fd8f7a1a20 | |||
| 69fab8f04d | |||
| 91d338e80b | |||
| 85a7d38c27 |
@@ -87,7 +87,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
title="Hupp Painting - Dunedin's Painting Experts"
|
||||
buttons={[{ text: "Visit hupppainting.com", href: "https://hupppainting.com" }]}
|
||||
buttons={[{ text: "Get a free estimate today! ", href: "https://hupppainting.com" }]}
|
||||
className="bg-background-accent text-foreground"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #f5f5f5;
|
||||
--primary-cta: #ff0000;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #991b1b;
|
||||
--background-accent: #7f1d1d;
|
||||
--background: #080200;
|
||||
--card: #1a0d0b;
|
||||
--foreground: #ffe6d5;
|
||||
--primary-cta: #ffaa70;
|
||||
--primary-cta-text: #080200;
|
||||
--secondary-cta: #170b07;
|
||||
--secondary-cta-text: #ffe6d5;
|
||||
--accent: #7b5e4a;
|
||||
--background-accent: #b8541e;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user