Update src/app/page.tsx

This commit is contained in:
2026-06-03 10:34:02 +00:00
parent bb88d115ad
commit 756b627deb

View File

@@ -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 }
]}