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