Update src/app/page.tsx

This commit is contained in:
2026-02-22 03:38:46 +00:00
parent 6b68a29aee
commit 480514b815

View File

@@ -10,7 +10,6 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
import FaqBase from '@/components/sections/faq/FaqBase';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import { Building, Shield, Sparkles, Wrench } from 'lucide-react';
import Link from 'next/link';
export default function LandingPage() {
const navItems = [
@@ -37,7 +36,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={navItems.map(item => ({...item, href: item.id}))} // map id to href for internal Link components
navItems={navItems}
brandName="Roofing Repair Guy"
bottomLeftText="Aurora, IL"
bottomRightText="(630) 523-8819"