Update src/app/page.tsx

This commit is contained in:
2026-03-18 21:28:09 +00:00
parent 89de6f304c
commit 58f9df3d33

View File

@@ -9,7 +9,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { Award, Hammer, Brush, ClipboardList, Zap, MessageCircle, Roof, Wrench, FileStack, Building, Search } from "lucide-react";
import { Award, Hammer, Brush, ClipboardList, Zap, MessageCircle, Home, Wrench, FileStack, Building, Search } from "lucide-react";
export default function LandingPage() {
return (
@@ -79,7 +79,7 @@ export default function LandingPage() {
<div id="services" data-section="services">
<FeatureBento
features={[
{ title: "Roof Replacement", description: "Full tear-off and installation using top-grade materials. Whether it's tile, shingle, or flat roofing — we do it right the first time.", bentoComponent: "reveal-icon", icon: Roof },
{ title: "Roof Replacement", description: "Full tear-off and installation using top-grade materials. Whether it's tile, shingle, or flat roofing — we do it right the first time.", bentoComponent: "reveal-icon", icon: Home },
{ title: "Roof Repair", description: "Got a leak? Missing tiles? We diagnose the real problem and fix it — without pushing you toward a full replacement you don't need.", bentoComponent: "reveal-icon", icon: Wrench },
{ title: "Insurance Claim Assistance", description: "Navigating an insurance claim is stressful. We work alongside you to document damage and communicate with your adjuster.", bentoComponent: "reveal-icon", icon: FileStack },
{ title: "New Construction Roofing", description: "Building something new? We partner with contractors and homeowners to deliver quality roofing on schedule.", bentoComponent: "reveal-icon", icon: Building },