From 053578c9035cd3c1b19ce2a35cd6524062d30fdd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 23:25:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 53 +----------------------------------------------- 1 file changed, 1 insertion(+), 52 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ee4fd56..0966950 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,15 +4,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Award, CheckCircle, ShieldCheck, Zap, AlertTriangle, Circle, Phone } from "lucide-react"; +import { Award, CheckCircle, ShieldCheck, Zap, AlertTriangle, Circle } from "lucide-react"; export default function LandingPage() { return ( @@ -36,8 +34,6 @@ export default function LandingPage() { name: "Home", id: "hero"}, { name: "Services", id: "features"}, - { - name: "Testimonials", id: "testimonials"}, { name: "Contact", id: "contact"}, ]} @@ -146,51 +142,6 @@ export default function LandingPage() { /> -
- -
- -
- -
-