From b6aabc3f7bbbc260fe672185a26cc06dd0b864f2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 19:48:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dbe341f..3873204 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,8 +8,7 @@ import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCa import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Heart, MapPin, Phone, Clock } from "lucide-react"; +import { Heart } from "lucide-react"; export default function LandingPage() { return ( @@ -66,6 +65,7 @@ export default function LandingPage() {