2 Commits

Author SHA1 Message Date
192529a5ff Update src/app/page.tsx 2026-04-19 22:14:42 +00:00
71ebd555bc Merge version_3 into main
Merge version_3 into main
2026-04-19 22:13:00 +00:00

View File

@@ -102,7 +102,7 @@ export default function LandingPage() {
title="Exceptional Roofs. Exceptional Care." title="Exceptional Roofs. Exceptional Care."
description="At ABCO Roofing, we combine over 25 years of industry experience with a commitment to white-glove service. We don't just protect your home; we enhance its value with durable, beautiful roofing systems built to last." description="At ABCO Roofing, we combine over 25 years of industry experience with a commitment to white-glove service. We don't just protect your home; we enhance its value with durable, beautiful roofing systems built to last."
buttons={[ buttons={[
{ text: "View Our Services", href: "#services" } { text: "Schedule Your Free Inspection", href: "#contact" }
]} ]}
bulletPoints={[ bulletPoints={[
{ {
@@ -274,4 +274,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }