From c1acd372d2abf1702ae2078a383b50ca7479e50f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 23:56:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b136b3..73bbea6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Award, Building2, CheckCircle, Home, ShieldCheck, Sun, Wrench } from "lucide-react"; +import { Award, Building2, CheckCircle, Home, ShieldCheck, Sun, Hammer } from "lucide-react"; export default function LandingPage() { return ( @@ -80,10 +80,10 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { title: "Custom Remodeling", description: "Bathrooms, basements, and full interior transformations.", bentoComponent: { bentoComponent: "reveal-icon", icon: Home } }, - { title: "Structural Repairs", description: "Reinforcements, joists, and foundational improvements.", bentoComponent: { bentoComponent: "reveal-icon", icon: ShieldCheck } }, - { title: "Exterior Projects", description: "Decks, fencing, siding, roofing, and more.", bentoComponent: { bentoComponent: "reveal-icon", icon: Sun } }, - { title: "Custom Carpentry", description: "Hand-built doors, detailed finishes, and unique work.", bentoComponent: { bentoComponent: "reveal-icon", icon: Wrench } }, + { title: "Custom Remodeling", description: "Bathrooms, basements, and full interior transformations.", bentoComponent: "reveal-icon", icon: Home }, + { title: "Structural Repairs", description: "Reinforcements, joists, and foundational improvements.", bentoComponent: "reveal-icon", icon: ShieldCheck }, + { title: "Exterior Projects", description: "Decks, fencing, siding, roofing, and more.", bentoComponent: "reveal-icon", icon: Sun }, + { title: "Custom Carpentry", description: "Hand-built doors, detailed finishes, and unique work.", bentoComponent: "reveal-icon", icon: Hammer }, ]} /> -- 2.49.1