2 Commits

Author SHA1 Message Date
e136790230 Update src/app/page.tsx 2026-05-17 21:01:24 +00:00
63b4c140fa Merge version_1 into main
Merge version_1 into main
2026-05-17 20:54:40 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroCarouselLogo <HeroCarouselLogo
logoText="NAVARRO ROOFING" logoText="NAVARRO ROOFING"
description="Premium Roofing, Siding & Exterior Solutions Built to Protect What Matters Most. Ocean Countys Trusted Experts." description="Premium Roofing, Siding & Exterior Solutions Built to Protect What Matters Most. Ocean Countys Trusted Experts. Call us: 551-250-6200"
buttons={[ buttons={[
{ text: "Get Free Estimate", href: "#contact" }, { text: "Get Free Estimate", href: "#contact" },
{ text: "View Projects", href: "#portfolio" }, { text: "View Projects", href: "#portfolio" },
@@ -149,7 +149,7 @@ export default function LandingPage() {
background={{ variant: "animated-grid" }} background={{ variant: "animated-grid" }}
tag="FREE ESTIMATE" tag="FREE ESTIMATE"
title="Protect Your Home Today" title="Protect Your Home Today"
description="Schedule a professional inspection for your roofing, siding, or exterior needs." description="Schedule a professional inspection for your roofing, siding, or exterior needs. Contact: 551-250-6200"
mediaAnimation="slide-up" mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/worker-with-hard-hat-level-checking-roof-timber_23-2148748853.jpg" imageSrc="http://img.b2bpic.net/free-photo/worker-with-hard-hat-level-checking-roof-timber_23-2148748853.jpg"
/> />
@@ -180,10 +180,10 @@ export default function LandingPage() {
}, },
]} ]}
bottomLeftText="© 2024 Navarro Family Roofing." bottomLeftText="© 2024 Navarro Family Roofing."
bottomRightText="Licensed & Insured | NJ." bottomRightText="Licensed & Insured | NJ | 551-250-6200"
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }