Update src/app/page.tsx

This commit is contained in:
2026-02-23 01:31:16 +00:00
parent e32bea018a
commit 9bbde4060d

View File

@@ -28,8 +28,8 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="Carter Brothers"
navItems={[{name:"Home",id:"hero"},{name:"About",id:"about"},{name:"Services",id:"services"},{name:"Reviews",id:"testimonials"},{name:"FAQ",id:"faq"}]}
button={{text:"Get a Free Quote",href:"contact"}}
navItems={[{name:"Home",id:"/#hero"},{name:"About",id:"/#about"},{name:"Services",id:"/#services"},{name:"Reviews",id:"/#testimonials"},{name:"FAQ",id:"/#faq"}]}
button={{text:"Get a Free Quote",href:"/#contact"}}
className="py-4"
/>
</div>
@@ -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() {
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[{type:"text",content:"Carter Brothers: Your "},{type:"image",src:"https://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg",alt:"Roofing team working together"},{type:"text",content:"Local Roofing Experts"}]}
buttons={[{text:"Learn More About Us",href:"about"}]}
buttons={[{text:"Learn More About Us",href:"/#about"}]}
useInvertedBackground={true}
/>
</div>
@@ -138,9 +138,9 @@ export default function LandingPage() {
<FooterBaseCard
logoText="Carter Brothers Roof Repair"
columns={[
{title:"Services",items:[{label:"Roof Repair",href:"#services"},{label:"Roof Replacement",href:"#services"},{label:"Gutter Services",href:"#services"}]},
{title:"Company",items:[{label:"About Us",href:"#about"},{label:"Testimonials",href:"#testimonials"},{label:"FAQ",href:"#faq"}]},
{title:"Contact",items:[{label:"Get a Quote",href:"#contact"},{label:"Call Us",href:"tel:+18593506500"}]}
{title:"Services",items:[{label:"Roof Repair",href:"/#services"},{label:"Roof Replacement",href:"/#services"},{label:"Gutter Services",href:"/#services"}]},
{title:"Company",items:[{label:"About Us",href:"/#about"},{label:"Testimonials",href:"/#testimonials"},{label:"FAQ",href:"/#faq"}]},
{title:"Contact",items:[{label:"Get a Quote",href:"/#contact"},{label:"Call Us",href:"tel:+18593506500"}]}
]}
copyrightText="© 2024 Carter Brothers Roof Repair. All rights reserved."
/>