From 8e19f8b536397a70edbfd0853eeb17ea5e3e2df8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 07:39:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 35 +---------------------------------- 1 file changed, 1 insertion(+), 34 deletions(-) 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() { /> -
- -
-
); -} \ No newline at end of file +} -- 2.49.1