diff --git a/src/app/page.tsx b/src/app/page.tsx index 42744ca..7f72c59 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; + import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Award, CheckCircle, Shield, Sparkles, Star, Zap } from 'lucide-react'; @@ -33,8 +33,7 @@ export default function LandingPage() { navItems={[ { name: "Services", id: "services" }, { name: "Portfolio", id: "portfolio" }, - { name: "About", id: "about" }, - { name: "Testimonials", id: "testimonials" } + { name: "About", id: "about" } ]} button={{ text: "Get Started", href: "#contact" }} /> @@ -206,49 +205,7 @@ export default function LandingPage() { /> -
- -
+