From c67f4863d0f7a8d16c80eddcfaf609e88f85cf7b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 16:00:56 +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 7afef4d..583fd86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,6 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import { Shield, Sparkles, Star, Users } from "lucide-react"; @@ -126,20 +125,6 @@ export default function LandingPage() { /> -
- -
-
); -} +} \ No newline at end of file