diff --git a/src/app/page.tsx b/src/app/page.tsx index a23d892..c00dc21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Building2, Compass, Pencil, Hammer2, Lightbulb, Image, Mail, Star } from "lucide-react"; +import { Building2, Compass, Pencil, Hammer, Lightbulb, Image, Mail, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -51,7 +51,7 @@ export default function LandingPage() { ]} enableKpiAnimation={true} tag="Premium Construction" - tagIcon={Hammer2} + tagIcon={Hammer} tagAnimation="slide-up" buttons={[ { text: "Start Your Project", href: "#contact" }, @@ -80,7 +80,7 @@ export default function LandingPage() { title: "Custom Design", description: "Every project begins with your vision. We collaborate closely to create homes that reflect your lifestyle and aesthetic", icon: Pencil, }, { - title: "Quality Craftsmanship", description: "Meticulous attention to detail ensures lasting beauty and structural excellence in every build", icon: Hammer2, + title: "Quality Craftsmanship", description: "Meticulous attention to detail ensures lasting beauty and structural excellence in every build", icon: Hammer, }, ]} imageSrc="http://img.b2bpic.net/free-photo/portrait-two-builders_1398-1747.jpg" @@ -237,4 +237,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file