3 Commits

Author SHA1 Message Date
d79c73a065 Merge version_2 into main
Merge version_2 into main
2026-05-17 21:01:27 +00:00
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">
<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>
);
}
}