Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 728f7f8b93 | |||
| 4a0225c3b0 | |||
| f228d59547 | |||
| 1fe0a0348d | |||
| ada5d69939 | |||
| f5d284b405 | |||
| c60d661943 | |||
| 71fe59e036 |
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
variant: "gradient-bars"}}
|
||||
title="RBT Premier Home Services"
|
||||
description="Professional pressure washing, window washing, gutter cleaning, and junk removal for Punta Gorda & Port Charlotte. Dependable local service for homeowners who want their property at its best."
|
||||
tag="Serving Punta Gorda & Port Charlotte"
|
||||
tag="Proudly Serving Punta Gorda & Port Charlotte"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call 941-979-2487", href: "tel:941-979-2487"},
|
||||
@@ -200,4 +200,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f4f0;
|
||||
--card: #ffffff;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #2c2c2c;
|
||||
--background: #fdfbf7;
|
||||
--card: #f5f3e9;
|
||||
--foreground: #1a2a3a;
|
||||
--primary-cta: #1a2a3a;
|
||||
--primary-cta-text: #f5f4f0;
|
||||
--secondary-cta: #f5f4f0;
|
||||
--secondary-cta: #e0e6d6;
|
||||
--secondary-cta-text: #1a1a1a;
|
||||
--accent: #8a8a8a;
|
||||
--background-accent: #e8e6e1;
|
||||
--accent: #4a7c59;
|
||||
--background-accent: #e0e6d6;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user