From 43fa89eb4606218287d6dbfbce00da3a3eea4df3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 19:44:06 +0000 Subject: [PATCH] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 83 +++++++++++++++++++------------------------ 1 file changed, 37 insertions(+), 46 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 46847c3..4a67b69 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -5,7 +5,6 @@ import ReactLenis from "lenis/react"; import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TextAbout from '@/components/sections/about/TextAbout/TextAbout'; export default function BlogPage() { return ( @@ -22,53 +21,45 @@ export default function BlogPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
- - +
);