6 Commits

Author SHA1 Message Date
bcbe12c65f Update theme colors 2026-03-10 09:51:09 +00:00
252d59c5d3 Update theme colors 2026-03-10 09:49:16 +00:00
3ee919a492 Update theme colors 2026-03-10 09:48:50 +00:00
83299d663d Update src/app/page.tsx 2026-03-10 09:43:43 +00:00
ae8f48454a Update src/app/layout.tsx 2026-03-10 09:43:43 +00:00
3179a1c044 Merge version_2 into main
Merge version_2 into main
2026-03-10 09:41:15 +00:00
3 changed files with 1390 additions and 3 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -171,7 +171,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Join Our Satisfied Customers", href: "https://tel:+17135550142" }
{ text: "Call Now for Free Estimate", href: "https://tel:+17135550142" }
]}
buttonAnimation="slide-up"
speed={40}
@@ -317,4 +317,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,7 +10,7 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--background: #dce8dd;
--card: #ffffff;
--foreground: #250c0d;
--primary-cta: #b82b40;