diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e255b9..38befd0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,10 +6,9 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia import TextAbout from '@/components/sections/about/TextAbout'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Award, BarChart3, CheckCircle, ClipboardList, DollarSign, Sparkles, Star, Target, TrendingUp, Users, Zap, Shield } from 'lucide-react'; +import { Award, BarChart3, CheckCircle, ClipboardList, DollarSign, Sparkles, Target, TrendingUp, Users, Zap, Shield } from 'lucide-react'; import Image from 'next/image'; export default function LandingPage() { @@ -32,7 +31,6 @@ export default function LandingPage() { { name: "Home", id: "home" }, { name: "Services", id: "services" }, { name: "Results", id: "results" }, - { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" } ]} button={{ text: "Start Now", href: "contact" }} @@ -193,38 +191,6 @@ export default function LandingPage() { /> -