From bb88d115ad50d536a1352aa3595e5e4322f6b7cb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 10:33:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6068f7e..c0dc5cc 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, Tape, Lamp, TreeDeciduous, Hammer, Handshake, Scale, Users, Target, CalendarDays, ShieldCheck } from "lucide-react"; +import { Sparkles, Wrench, Paintbrush, Home, TapeMeasure, 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: Tape }, + { title: "ALTERATIONS", description: "Structural modifications and expansions to enhance space and functionality.", bentoComponent: "reveal-icon", icon: TapeMeasure }, { 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 } ]}