From 2ca6240dda4f129eda5cb60ce70a015c451d7c5c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 10:30:02 +0000 Subject: [PATCH] Update src/app/tools/page.tsx --- src/app/tools/page.tsx | 215 ++++++++++++++--------------------------- 1 file changed, 73 insertions(+), 142 deletions(-) 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 -- 2.49.1