From 7019b949bd8f91d11902dfa13e6e6c25889410e7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:25:14 +0000 Subject: [PATCH] Update src/app/new-collection/page.tsx --- src/app/new-collection/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/new-collection/page.tsx b/src/app/new-collection/page.tsx index 85c246b..06272ec 100644 --- a/src/app/new-collection/page.tsx +++ b/src/app/new-collection/page.tsx @@ -4,7 +4,6 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; -import ProductCardOne as FeaturedProducts from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import FooterBase from '@/components/sections/footer/FooterBase'; @@ -108,7 +107,7 @@ export default function NewCollectionPage() {