From 6b74d9c4e43fe0c59d719719cf9af46ed4d0a919 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 13:00:57 +0000 Subject: [PATCH] Update src/app/trending/page.tsx --- src/app/trending/page.tsx | 210 +++++++++++--------------------------- 1 file changed, 60 insertions(+), 150 deletions(-) diff --git a/src/app/trending/page.tsx b/src/app/trending/page.tsx index 7b60758..2c922fd 100644 --- a/src/app/trending/page.tsx +++ b/src/app/trending/page.tsx @@ -7,7 +7,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -export default function LandingPage() { +export default function TrendingPage() { return ( - + - + -
- -
+
+ +
- +
); -- 2.49.1