From ea9fa7af64a021a33e3401a58729fcf6ba2c4e6c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 22:37:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ---------------- 1 file changed, 16 deletions(-) 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() { /> -
- -
-