diff --git a/src/app/page.tsx b/src/app/page.tsx index c2a261b..6a1adba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import ProductCardSeven from '@/components/sections/product/ProductCardSeven'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import ContactCenterForm from '@/components/sections/contact/ContactCenterForm'; import FooterSocial from '@/components/sections/footer/FooterSocial'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import { Heart, Star, Quote, Instagram, Facebook, MapPin, Phone, Clock } from "lucide-react"; export default function LandingPage() { @@ -172,41 +172,32 @@ export default function LandingPage() {
-