diff --git a/src/app/page.tsx b/src/app/page.tsx index de0d9de..961ab3b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import FooterCard from '@/components/sections/footer/FooterCard'; import { Sparkles, Star, Instagram, Facebook, Mail } from 'lucide-react'; import Link from 'next/link'; @@ -141,45 +140,14 @@ export default function HomePage() {