Update src/app/page.tsx

This commit is contained in:
2026-02-23 01:26:16 +00:00
parent 5d567fcd55
commit f62b3a9a3e

View File

@@ -28,8 +28,8 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "home" },
{ name: "Services", id: "services" },
{ name: "Home", id: "hero" },
{ name: "Services", id: "features" },
{ name: "About Us", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
@@ -47,7 +47,7 @@ export default function LandingPage() {
tag="Reliable. Experienced. Local."
buttons={[
{ text: "Get a Free Estimate", href: "#contact" },
{ text: "Our Services", href: "#services" },
{ text: "Our Services", href: "#features" },
]}
imageSrc="https://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg"
imageAlt="Professional roof repair crew on a residential roof"
@@ -249,9 +249,9 @@ export default function LandingPage() {
columns={[
{
title: "Services", items: [
{ label: "Roof Repair", href: "#services" },
{ label: "New Roofs", href: "#services" },
{ label: "Gutter Services", href: "#services" },
{ label: "Roof Repair", href: "#features" },
{ label: "New Roofs", href: "#features" },
{ label: "Gutter Services", href: "#features" },
],
},
{