From 73f6e010169624faca7842563c69171a3a322e15 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 19:47:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 211 +++++++++++------------------------------------ 1 file changed, 46 insertions(+), 165 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 43f7bfa..d7fb636 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Zap } from "lucide-react"; +import { Zap, ArrowRight } from "lucide-react"; export default function LandingPage() { return ( @@ -33,51 +33,34 @@ export default function LandingPage() {