From fbea1f225f08a84e0ea42de0f2bc0b1510fb656f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 13:28:27 +0000 Subject: [PATCH] Update src/app/collection/page.tsx --- src/app/collection/page.tsx | 173 ++++++++++++------------------------ 1 file changed, 56 insertions(+), 117 deletions(-) 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