Compare commits
13 Commits
version_26
...
version_38
| Author | SHA1 | Date | |
|---|---|---|---|
| f419eb87ad | |||
| 1fc64a84ad | |||
| 2b572a8227 | |||
| 558ba2e168 | |||
| 671e22fb2c | |||
| 25771207dc | |||
| bc3957dceb | |||
| fd8f7a1a20 | |||
| 69fab8f04d | |||
| 91d338e80b | |||
| 85a7d38c27 | |||
| 6ad5cb180b | |||
| 26de0a1adf |
@@ -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: #f6f0e9;
|
||||
--card: #efe7dd;
|
||||
--foreground: #2b180a;
|
||||
--primary-cta: #2b180a;
|
||||
--primary-cta-text: #f6f0e9;
|
||||
--secondary-cta: #efe7dd;
|
||||
--secondary-cta-text: #2b180a;
|
||||
--accent: #94877c;
|
||||
--background-accent: #afa094;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #f8f5ffe6;
|
||||
--primary-cta: #c89bff;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #f8f5ffe6;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user