diff --git a/src/app/page.tsx b/src/app/page.tsx index acfca2e..c1fe1f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,6 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactInline from "@/components/sections/contact/ContactInline"; import FooterSocial from "@/components/sections/footer/FooterSocial"; -import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import { Quote, Users } from "lucide-react"; export default function LandingPage() { @@ -107,44 +106,61 @@ export default function LandingPage() {
-