diff --git a/src/app/page.tsx b/src/app/page.tsx index 73ab010..a3df8d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,6 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import TextAbout from '@/components/sections/about/TextAbout'; import { Building, Droplets, LayoutDashboard, Leaf, RefreshCw, Sun } from "lucide-react"; @@ -38,8 +37,6 @@ export default function LandingPage() { name: "About", id: "about"}, { name: "Services", id: "features"}, - { - name: "Testimonials", id: "testimonials"}, { name: "Contact", id: "contact"}, ]} @@ -157,34 +154,6 @@ export default function LandingPage() { /> -