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 }, ]} />