From ab715783c6145632fd43e1c56d9ecc0c92303ea6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 11:33:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 94 +++++++++++++++++++----------------------------- 1 file changed, 37 insertions(+), 57 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a04caf1..19eae51 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { CheckCircle, Lightbulb, LineChart } from "lucide-react"; +import { CheckCircle, Lightbulb, LineChart, ArrowRight } from "lucide-react"; export default function LandingPage() { return ( @@ -31,12 +31,9 @@ export default function LandingPage() { @@ -70,18 +60,24 @@ export default function LandingPage() {