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() {