From d2962243d4930b19ff735d1b337307d3b15510d4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 11:37:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 38 ++++++++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 60b9fbe..b24083e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar import ContactText from "@/components/sections/contact/ContactText"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import Link from "next/link"; -import { Plane, Sparkles, Users, Globe, Award } from "lucide-react"; +import { Plane, Sparkles, Users, Globe, Award, CheckCircle } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -52,8 +52,8 @@ export default function HomePage() { @@ -156,4 +166,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}