From d981069abf2ded0cc6c751ad12edca0df48d61a4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 07:28:05 +0000 Subject: [PATCH] Update src/app/category/page.tsx --- src/app/category/page.tsx | 173 ++++++++++---------------------------- 1 file changed, 45 insertions(+), 128 deletions(-) diff --git a/src/app/category/page.tsx b/src/app/category/page.tsx index a1d963e..e8712c1 100644 --- a/src/app/category/page.tsx +++ b/src/app/category/page.tsx @@ -2,12 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; +import FooterBase from '@/components/sections/footer/FooterBase'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; +import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; -export default function LandingPage() { +export default function CategoryPage() { return ( - + -
- -
+
+ +
-
- -
- - +
+ +
+ +
); -} +} \ No newline at end of file