diff --git a/src/app/page.tsx b/src/app/page.tsx index d1cc573..04ba934 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,6 @@ import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarS import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo"; import AboutMetric from "@/components/sections/about/AboutMetric"; import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive"; -import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import { Award, Box, CheckCircle, Clock, DollarSign, FileText, Hammer, Home, ListChecks, Phone, Route, Shield, Sparkles, Truck, Users, Wrench, Zap } from "lucide-react"; @@ -30,7 +29,6 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Services", id: "services" }, { name: "Why Choose Us", id: "why-choose" }, - { name: "Testimonials", id: "testimonials" }, { name: "Process", id: "process" } ]} button={{ @@ -175,35 +173,6 @@ export default function LandingPage() { /> -