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