diff --git a/src/app/page.tsx b/src/app/page.tsx index 5bdcb72..6557656 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,6 @@ import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarS import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; import ProductCardOne from "@/components/sections/product/ProductCardOne"; -import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; @@ -106,34 +105,6 @@ export default function LandingPage() { /> -