From 3640ddfa5b295914893086e20106c13435b870c6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:20:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 340ec96..fdadad7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,6 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree"; -import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; import PricingCardOne from "@/components/sections/pricing/PricingCardOne"; import ContactFaq from "@/components/sections/contact/ContactFaq"; @@ -105,20 +104,6 @@ export default function XenkoPage() { /> -
- -
-
); -} +} \ No newline at end of file -- 2.49.1