diff --git a/src/app/collections/page.tsx b/src/app/collections/page.tsx index 44b19ba..3832643 100644 --- a/src/app/collections/page.tsx +++ b/src/app/collections/page.tsx @@ -7,126 +7,36 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -export default function LandingPage() { +export default function CollectionsPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
);