Update src/app/page.tsx

This commit is contained in:
2026-02-24 01:07:05 +00:00
parent a66f5419ee
commit 95ca74e2a0

View File

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