From a623ff135fd52ba2a99dd5aa3354a44f54759998 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 07:07:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 496 +++++++++++++++-------------------------------- 1 file changed, 152 insertions(+), 344 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a54c7b2..cd5ee4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,367 +10,175 @@ import HeroLogo from '@/components/sections/hero/HeroLogo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import { Activity, Heart, Zap } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1