diff --git a/src/app/page.tsx b/src/app/page.tsx index 220597b..ed6b730 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import { Phone, Building2 } from "lucide-react"; export default function LandingPage() { @@ -30,7 +29,6 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "hero" }, { name: "Services", id: "services" }, - { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" } ]} brandName="Ferguson Construction" @@ -66,20 +64,6 @@ export default function LandingPage() { /> -