diff --git a/src/app/collection/page.tsx b/src/app/collection/page.tsx index 5e092b7..8c3e4fb 100644 --- a/src/app/collection/page.tsx +++ b/src/app/collection/page.tsx @@ -7,7 +7,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -export default function LandingPage() { +export default function CollectionPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
);