From 3f0e13139ed759493eefb5ca3d790ec309dab777 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 02:05:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 358 ++++++++++++++--------------------------------- 1 file changed, 105 insertions(+), 253 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ec1ed9..de21cac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,267 +13,119 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- window.open('https://wa.me/254742432358', '_blank')} - /> -
+
+ window.open('https://wa.me/254742432358', '_blank')} + /> +
- +
); -- 2.49.1