From 3e54e4db833a31c0aafdbf00a59d62296db62547 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 17:24:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 94c8e8f..25835c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,13 +6,13 @@ import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleAp import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial"; import TextAbout from "@/components/sections/about/TextAbout"; import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; -import MetricCardOne from "@/components/sections/metric/MetricCardOne"; +import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactText from "@/components/sections/contact/ContactText"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { Shield, Wrench, Search, Phone, HardHat, CheckCircle, Clock, Users, Award, ThumbsUp, Star, HelpCircle } from "lucide-react"; +import { Shield, Wrench, Search, Phone, HardHat, CheckCircle, Award, ThumbsUp } from "lucide-react"; export default function RoofingPage() { return ( @@ -87,7 +87,7 @@ export default function RoofingPage() { title="Why Choose Us?" metrics={[ { id: "1", value: "25+", title: "Years", description: "Industry experience", icon: Award }, - { id: "2", value: "500+", title: "Roofs", description: "Successfully completed", icon: HomeIconWrapper }, + { id: "2", value: "500+", title: "Roofs", description: "Successfully completed", icon: HardHat }, { id: "3", value: "98%", title: "Rated", description: "Customer satisfaction", icon: ThumbsUp } ]} gridVariant="uniform-all-items-equal" @@ -158,6 +158,4 @@ export default function RoofingPage() { ); -} - -function HomeIconWrapper(props: any) { return ; } \ No newline at end of file +} \ No newline at end of file -- 2.49.1