Compare commits

..

7 Commits

Author SHA1 Message Date
fde3d87d74 Update theme colors 2026-04-28 18:24:36 +00:00
d9ab0affb6 Update theme colors 2026-04-28 18:24:23 +00:00
488cf6de00 Update theme colors 2026-04-28 18:23:57 +00:00
b86fd8be53 Update theme colors 2026-04-28 18:19:03 +00:00
a82ad3e9c7 Update src/app/services/page.tsx 2026-04-28 18:17:16 +00:00
782ee4d8db Update src/app/page.tsx 2026-04-28 18:17:15 +00:00
835150437f Merge version_35 into main
Merge version_35 into main
2026-04-28 18:13:51 +00:00
3 changed files with 4 additions and 8 deletions

View File

@@ -109,8 +109,6 @@ export default function LandingPage() {
]}
title="Comprehensive Roofing Services"
description="From storm damage repair to custom roof replacement, we handle your Gadsden roofing needs with precision and care."
textBoxTitleClassName="text-white"
textBoxDescriptionClassName="text-white"
/>
</div>
@@ -165,4 +163,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -82,8 +82,6 @@ export default function LandingPage() {
]}
title="Comprehensive Roofing Services"
description="From storm damage repair to custom roof replacement, we handle your Gadsden roofing needs with precision and care."
textBoxTitleClassName="text-white"
textBoxDescriptionClassName="text-white"
/>
</div>
@@ -162,4 +160,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -11,12 +11,12 @@
--background-accent: #ffffff; */
--background: #000000;
--card: #000000;
--card: #ffffff;
--foreground: #ffffff;
--primary-cta: #c5a059;
--primary-cta-text: #ffffff;
--secondary-cta: #bfbebe;
--secondary-cta-text: #000000;
--secondary-cta-text: #ffffff;
--accent: #c5a059;
--background-accent: #000000;