From 8f9d8f727dd2f61f1e820b1b82efa7ee86bea371 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 16:13:48 +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 dc1a9ed..6f84a5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { CheckCircle, Zap, User } from "lucide-react"; +import { User } from "lucide-react"; export default function LandingPage() { return ( @@ -52,6 +52,7 @@ export default function LandingPage() {