From 2b1f8e8fe4bcbb16029e2a5e18ba77ee598c8002 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 06:21:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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() {
-- 2.49.1