diff --git a/src/app/collection/page.tsx b/src/app/collection/page.tsx index e16d730..3a62300 100644 --- a/src/app/collection/page.tsx +++ b/src/app/collection/page.tsx @@ -7,133 +7,72 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -export default function LandingPage() { +export default function CollectionPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file