From 74a6282f40ceebd80c982bfdbdcd9f6513a664a5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 14:32:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e059dc..3d75adc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { CheckCircle, Timer, Zap, Barcode, Calculator, TrendingUp } from "lucide-react"; +import { Barcode, Calculator, TrendingUp } from "lucide-react"; export default function LandingPage() { return ( @@ -69,6 +69,7 @@ export default function LandingPage() {