diff --git a/src/app/page.tsx b/src/app/page.tsx index a210cc9..21040fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; @@ -9,7 +9,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Sparkles, CheckCircle, Palette, Shield, Wrench, Swimming, Smile, Award, Clock, Star } from "lucide-react"; +import { Sparkles, CheckCircle, Palette, Shield, Wrench, Award, Clock, Star, Smile } from "lucide-react"; export default function LandingPage() { return ( @@ -147,7 +147,7 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", value: "500", title: "Pools Installed", description: "Transforming backyards into paradise since 2010", icon: Swimming + id: "1", value: "500", title: "Pools Installed", description: "Transforming backyards into paradise since 2010", icon: Award }, { id: "2", value: "98", title: "Customer Satisfaction", description: "Exceptional craftsmanship and service quality", icon: Smile