From aa09fd2912b6d0a645af01c5b85dbcafeadbec8c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 14:32:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index feb887e..33cf5a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,6 @@ import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; import { - Alert, AlertCircle, Award, BarChart3, @@ -396,4 +395,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1