From eb9f43477c4716fe4b6096649b057385fe68cce2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 02:27:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9de9307..d59153f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import PricingCardOne from "@/components/sections/pricing/PricingCardOne"; import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Zap, Sparkles, Briefcase, BarChart3 } from "lucide-react"; +import { Zap, Sparkles, Briefcase } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -113,7 +113,7 @@ export default function HomePage() {
); -} \ No newline at end of file +} -- 2.49.1