Compare commits

..

19 Commits

Author SHA1 Message Date
7b948cd6a0 Update theme colors 2026-04-28 18:26:39 +00:00
b0998cc531 Update theme colors 2026-04-28 18:26:19 +00:00
95ae97425e Update theme colors 2026-04-28 18:26:07 +00:00
e4e20ad6ee Update theme colors 2026-04-28 18:25:31 +00:00
b3e235d11a Update theme colors 2026-04-28 18:25:01 +00:00
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
9f952f9da2 Update src/app/services/page.tsx 2026-04-28 18:13:47 +00:00
689c741e98 Update src/app/page.tsx 2026-04-28 18:13:47 +00:00
fa0d7904ff Merge version_34 into main
Merge version_34 into main
2026-04-28 18:11:34 +00:00
af9aac5698 Update src/app/services/page.tsx 2026-04-28 18:11:31 +00:00
057749cf7b Update src/app/page.tsx 2026-04-28 18:11:30 +00:00
17e311bbed Merge version_33 into main
Merge version_33 into main
2026-04-28 18:09:44 +00:00
e99905a638 Merge version_33 into main
Merge version_33 into main
2026-04-28 18:09:13 +00:00
3 changed files with 11 additions and 15 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

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #000000;
--card: #000000;
--foreground: #ffffff;
--primary-cta: #c5a059;
--primary-cta-text: #ffffff;
--secondary-cta: #bfbebe;
--secondary-cta-text: #000000;
--accent: #c5a059;
--background-accent: #000000;
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #e63946;
--background-accent: #e8bea8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);