diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b00c52..af5c57f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,8 +28,8 @@ export default function LandingPage() { @@ -39,7 +39,7 @@ export default function LandingPage() { title="Trusted Roof Repair for Your Home" description="Carter Brothers provides expert roofing services in Covington, KY. From minor repairs to full replacements, we ensure quality and durability." background={{variant: 'plain'}} - buttons={[{text:"Get a Free Quote",href:"contact"},{text:"Our Services",href:"services"}]} + buttons={[{text:"Get a Free Quote",href:"/#contact"},{text:"Our Services",href:"/#services"}]} mediaItems={[ {imageSrc:"https://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg", imageAlt:"Workers on a residential roof installing new shingles"}, {imageSrc:"https://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg", imageAlt:"Close-up of new roof shingles"}, @@ -52,7 +52,7 @@ export default function LandingPage() {
@@ -138,9 +138,9 @@ export default function LandingPage() {