15 Commits

Author SHA1 Message Date
3bbcba2ad8 Merge version_3 into main
Merge version_3 into main
2026-03-10 09:51:15 +00:00
bcbe12c65f Update theme colors 2026-03-10 09:51:09 +00:00
55f6c5c089 Merge version_3 into main
Merge version_3 into main
2026-03-10 09:49:22 +00:00
252d59c5d3 Update theme colors 2026-03-10 09:49:16 +00:00
04b5e10480 Merge version_3 into main
Merge version_3 into main
2026-03-10 09:48:57 +00:00
3ee919a492 Update theme colors 2026-03-10 09:48:50 +00:00
b64f87fe68 Merge version_3 into main
Merge version_3 into main
2026-03-10 09:43:48 +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
a3cc4dca68 Update src/app/page.tsx 2026-03-10 09:41:11 +00:00
a5c9a11ad3 Update src/app/layout.tsx 2026-03-10 09:41:10 +00:00
1a90286a00 Merge version_1 into main
Merge version_1 into main
2026-03-10 09:38:58 +00:00
a645a894c4 Merge version_1 into main
Merge version_1 into main
2026-03-10 09:38:13 +00:00
6b46e5ef32 Merge version_1 into main
Merge version_1 into main
2026-03-10 09:36:55 +00:00
3 changed files with 9 additions and 1411 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Call for a Free Estimate", href: "https://tel:+17135550142" },
{ text: "Call Now for Free Estimate", href: "https://tel:+17135550142" },
{ text: "Get a Quote Online", href: "#contact" }
]}
buttonAnimation="slide-up"
@@ -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}

View File

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