Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-04-22 02:45:40 +00:00

View File

@@ -58,13 +58,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Installation", description: "Precision installation of premium roofing sheets for maximum durability.", bentoComponent: "reveal-icon", icon: Building2
title: "Durable Roof Installations", description: "Precision installation of premium roofing sheets for maximum durability and weather resistance.", bentoComponent: "reveal-icon", icon: Building2
},
{
title: "Repair & Maintenance", description: "Fast, permanent leak repairs performed by expert technicians.", bentoComponent: "reveal-icon", icon: Wrench
title: "Expert Repair & Maintenance", description: "Fast, permanent leak repairs performed by certified technicians to protect your investment.", bentoComponent: "reveal-icon", icon: Wrench
},
{
title: "Supply", description: "High-quality, durable roofing materials sourced for longevity.", bentoComponent: "reveal-icon", icon: Box
title: "Quality Material Supply", description: "High-performance, durable roofing materials sourced for longevity and curb appeal.", bentoComponent: "reveal-icon", icon: Box
}
]}
title="Core Services"
@@ -155,7 +155,7 @@ export default function LandingPage() {
background={{ variant: "gradient-bars" }}
tag="Contact Us"
title="Ready for a beautiful roof?"
description="Get a professional, no-obligation roof assessment in under 24 hours."
description="Contact our experts today to schedule your assessment."
buttonText="Send Message"
/>
</div>
@@ -192,4 +192,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}