From ea940bba45453bfc7bcffd6165ebd23e9601028c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 14:38:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f8e7ce..d11911a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import { Instagram, Facebook } from "lucide-react";