Compare commits
7 Commits
version_35
...
version_40
| Author | SHA1 | Date | |
|---|---|---|---|
| fde3d87d74 | |||
| d9ab0affb6 | |||
| 488cf6de00 | |||
| b86fd8be53 | |||
| a82ad3e9c7 | |||
| 782ee4d8db | |||
| 835150437f |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user