From bb6f4cc42fd5bc612b59f3d01d64e42e9401590b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 10:35:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 231 ++++++++++++++++------------------------------- 1 file changed, 78 insertions(+), 153 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 19927fa..ae7a8b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,165 +11,90 @@ import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);