From 6c0dfe4f9947feaa7d6879411fda1ec61ffce53d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 14:55:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 40 +--------------------------------------- 1 file changed, 1 insertion(+), 39 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 03362fe..253f0fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,6 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import { Briefcase, Building2, DollarSign, Home, Layers, Recycle, Sparkles, Trash2, Users, Warehouse, HardHat } from "lucide-react"; export default function LandingPage() { @@ -40,8 +39,6 @@ export default function LandingPage() { name: "Services", id: "#services"}, { name: "Gallery", id: "#gallery"}, - { - name: "Testimonials", id: "#testimonials"}, { name: "Pricing", id: "#pricing"}, { @@ -218,41 +215,6 @@ export default function LandingPage() { /> -
- -
); -} +} \ No newline at end of file -- 2.49.1