diff --git a/src/app/page.tsx b/src/app/page.tsx index 534ae25..f5a3d09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Building2, CheckCircle, ListChecks, Sparkles, Wrench, Waves, Tool } from "lucide-react"; +import { Building2, CheckCircle, ListChecks, Sparkles, Wrench, Waves, Hammer } from "lucide-react"; export default function LandingPage() { return ( @@ -83,7 +83,7 @@ export default function LandingPage() { features={[ { title: "Home Renovations", description: "Complete transformation of existing residential spaces with attention to detail.", bentoComponent: "reveal-icon", icon: Sparkles }, { title: "Balcony Transformations", description: "High-quality balcony builds and refurbishments for modern living.", bentoComponent: "reveal-icon", icon: Waves }, - { title: "Interior Construction", description: "Precision interior framing and structural work.", bentoComponent: "reveal-icon", icon: Tool }, + { title: "Interior Construction", description: "Precision interior framing and structural work.", bentoComponent: "reveal-icon", icon: Hammer }, ]} title="Our Services" description="Expert construction and transformation services designed for the modern Sydney home."