From e2afc7516850e7f648e1a6398922863654766f4b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 07:07:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 99 ++++++++++-------------------------------------- 1 file changed, 21 insertions(+), 78 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c1d60b..a04db1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Award } from "lucide-react"; +import { Award, ArrowRight } from "lucide-react"; export default function LandingPage() { return ( @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,19 +45,14 @@ export default function LandingPage() {
@@ -189,13 +136,9 @@ export default function LandingPage() { -- 2.49.1