7 Commits

Author SHA1 Message Date
5542393c33 Merge version_4 into main
Merge version_4 into main
2026-05-01 17:40:07 +00:00
87c85a2952 Update src/app/page.tsx 2026-05-01 17:40:01 +00:00
01bf26a589 Merge version_3 into main
Merge version_3 into main
2026-05-01 17:39:14 +00:00
8037bb2534 Update src/app/page.tsx 2026-05-01 17:39:08 +00:00
1063b1ef78 Merge version_2 into main
Merge version_2 into main
2026-05-01 17:37:59 +00:00
77272b264f Update src/app/page.tsx 2026-05-01 17:37:53 +00:00
c6bf2622dc Merge version_1 into main
Merge version_1 into main
2026-05-01 17:37:06 +00:00

View File

@@ -71,6 +71,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Building Better Roots"
description="For over two decades, MG Roofing has served our community with unwavering dedication to quality. We ensure every shingle and beam meets the highest industry standards."
buttons={[{ text: "Learn More", href: "#services" }, { text: "Contact Us", href: "#contact" }]}
bulletPoints={[
{
title: "Precision Installation", description: "Expert crews trained in modern techniques."},
@@ -163,6 +164,7 @@ export default function LandingPage() {
id: "q3", title: "Is there a warranty?", content: "We offer comprehensive labor and material warranties on all new installations."},
]}
sideTitle="Common Roof Questions"
buttons={[{ text: "Contact Us Now", href: "#contact" }]}
faqsAnimation="slide-up"
/>
</div>
@@ -210,4 +212,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}