Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-17 21:01:28 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
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={[
{ text: "Get Free Estimate", href: "#contact" },
{ text: "View Projects", href: "#portfolio" },
@@ -149,7 +149,7 @@ export default function LandingPage() {
background={{ variant: "animated-grid" }}
tag="FREE ESTIMATE"
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"
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."
bottomRightText="Licensed & Insured | NJ."
bottomRightText="Licensed & Insured | NJ | 551-250-6200"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}