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