diff --git a/src/app/tools/page.tsx b/src/app/tools/page.tsx index 49aaee3..9f7801d 100644 --- a/src/app/tools/page.tsx +++ b/src/app/tools/page.tsx @@ -7,7 +7,7 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -export default function LandingPage() { +export default function ToolsPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file