diff --git a/src/app/page.tsx b/src/app/page.tsx index c0dc5cc..64f9772 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Sparkles, Wrench, Paintbrush, Home, TapeMeasure, Lamp, TreeDeciduous, Hammer, Handshake, Scale, Users, Target, CalendarDays, ShieldCheck } from "lucide-react"; +import { Sparkles, Wrench, Paintbrush, Home, Ruler, Lamp, TreeDeciduous, Hammer, Handshake, Scale, Users, Target, CalendarDays, ShieldCheck } from "lucide-react"; export default function LandingPage() { return ( @@ -89,7 +89,7 @@ export default function LandingPage() { { title: "TURN KEY", description: "Comprehensive project management from concept to completion, delivering ready-to-use spaces.", bentoComponent: "reveal-icon", icon: Wrench }, { title: "RENOVATIONS", description: "Transforming existing spaces with modern designs and functional upgrades.", bentoComponent: "reveal-icon", icon: Paintbrush }, { title: "NEW BUILDS", description: "Constructing bespoke residential and commercial properties from the ground up.", bentoComponent: "reveal-icon", icon: Home }, - { title: "ALTERATIONS", description: "Structural modifications and expansions to enhance space and functionality.", bentoComponent: "reveal-icon", icon: TapeMeasure }, + { title: "ALTERATIONS", description: "Structural modifications and expansions to enhance space and functionality.", bentoComponent: "reveal-icon", icon: Ruler }, { title: "INTERIOR DESIGN", description: "Crafting beautiful and functional interiors that reflect your style and needs.", bentoComponent: "reveal-icon", icon: Lamp }, { title: "EXTERIOR WORKS", description: "Expert solutions for facades, landscaping, and outdoor structures.", bentoComponent: "reveal-icon", icon: TreeDeciduous } ]}