diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f65554..0ef6308 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,8 +7,6 @@ import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/F import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import { Search, Smartphone, Sparkles, Zap } from "lucide-react"; export default function LandingPage() { @@ -87,40 +85,6 @@ export default function LandingPage() { /> -
- -
- -
- -
-
); -} +} \ No newline at end of file