From de4c1cace3f5091f515c382ef8afacd1780bf7a8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 12:52:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9afeb4b..4b94fe5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { name: "Contact", id: "contact"}, ]} - brandName="Diez Jessy" + brandName="Summit Roofers" /> @@ -267,12 +267,12 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "sparkles-gradient"}} - text="Let's Create Something Amazing Together" + text="Ready for a Reliable Roof? Contact Us Today!" buttons={[ { - text: "Send an Email", href: "mailto:diezjessy@example.com"}, + text: "Get a Free Estimate", href: "mailto:info@summitroofers.com"}, { - text: "Schedule a Call", href: "#"}, + text: "Call Us: (555) 123-4567", href: "tel:+15551234567"}, ]} /> @@ -285,9 +285,9 @@ export default function LandingPage() { { label: "Home", href: "#hero"}, { - label: "About", href: "#about"}, + label: "Services", href: "#features"}, { - label: "Skills", href: "#features"}, + label: "About Us", href: "#about"}, ], }, { @@ -309,10 +309,10 @@ export default function LandingPage() { ], }, ]} - logoText="Diez Jessy" + logoText="Summit Roofers" /> ); -} +} \ No newline at end of file -- 2.49.1