From a3f010784731c759f375fc29542ee7e627fa103a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 18:24:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 289 +++++++---------------------------------------- 1 file changed, 39 insertions(+), 250 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c5d28e..119ba4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Building2, Clock, Droplet, Phone, Search, Shield, Square, ThumbsUp, Tool, Zap } from "lucide-react"; +import { Building2, Clock, Droplet, Phone, Search, Shield, Square, ThumbsUp, Wrench, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -29,22 +29,10 @@ export default function LandingPage() { @@ -298,24 +126,9 @@ export default function LandingPage() { title="Proven Performance" description="Numbers speak for themselves." metrics={[ - { - id: "m1", - icon: Building2, - title: "Roofs Completed", - value: "1,500+", - }, - { - id: "m2", - icon: Clock, - title: "Years Experience", - value: "20+", - }, - { - id: "m3", - icon: ThumbsUp, - title: "Happy Customers", - value: "99%", - }, + { id: "m1", icon: Building2, title: "Roofs Completed", value: "1,500+" }, + { id: "m2", icon: Clock, title: "Years Experience", value: "20+" }, + { id: "m3", icon: ThumbsUp, title: "Happy Customers", value: "99%" }, ]} /> @@ -324,32 +137,8 @@ export default function LandingPage() { @@ -357,4 +146,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1