diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c7e2d7..d2924a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,11 +6,9 @@ import HeroPersonalLinks from "@/components/sections/hero/HeroPersonalLinks"; import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import ProductCardFour from "@/components/sections/product/ProductCardFour"; import FeatureCardSix from "@/components/sections/feature/FeatureCardSix"; -import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Sparkles } from "lucide-react"; export default function CollectionPage() { return ( @@ -97,6 +95,7 @@ export default function CollectionPage() {