From 77272b264fcf11977c6cd2bdc1601f90bb8614c1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 17:37:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ae80cc9..fbdf524 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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."}, @@ -210,4 +211,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1