From 0a67d8e2e8112b412d34aea697e5e7b1b76981f5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 14:25:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f54747c..ae86ca0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonia import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; -import { Briefcase, Building, Database, Diamond, Loader, ShieldCheck, Sparkles, Users } from "lucide-react"; +import { Briefcase, Building, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -182,4 +182,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file