From d400fe0c67749e2ff40242afe7cf4429b91d8626 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 09:59:20 +0000 Subject: [PATCH] Update src/app/collection/page.tsx --- src/app/collection/page.tsx | 209 ++++++++++-------------------------- 1 file changed, 56 insertions(+), 153 deletions(-) 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 ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1