diff --git a/src/app/page.tsx b/src/app/page.tsx index c671b31..86acd27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,6 +110,7 @@ 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" /> diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index bed8bf3..60f7e45 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -6,6 +6,8 @@ import FaqDouble from '@/components/sections/faq/FaqDouble'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; +import { CheckCircle, Shield, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -41,6 +43,50 @@ export default function LandingPage() { /> +
+ +
+
); -} +} \ No newline at end of file