Compare commits
15 Commits
version_27
...
version_40
| Author | SHA1 | Date | |
|---|---|---|---|
| c113389939 | |||
| 40349a22d9 | |||
| e7c0d697f5 | |||
| f419eb87ad | |||
| 1fc64a84ad | |||
| 2b572a8227 | |||
| 558ba2e168 | |||
| 671e22fb2c | |||
| 25771207dc | |||
| bc3957dceb | |||
| fd8f7a1a20 | |||
| 69fab8f04d | |||
| 91d338e80b | |||
| 85a7d38c27 | |||
| 6ad5cb180b |
@@ -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: "", href: "https://hupppainting.com" }]}
|
||||
className="bg-background-accent text-foreground"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f7f6f7;
|
||||
--card: #ffffff;
|
||||
--foreground: #25190c;
|
||||
--primary-cta: #ff6207;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #25190c;
|
||||
--accent: #ffce93;
|
||||
--background-accent: #e8cfa8;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user