From a4d73b5ac326de47fb26a7f6e25607e181b6769e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 12:20:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 46 ++++------------------------------------------ 1 file changed, 4 insertions(+), 42 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 94ac586..b83695e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import { MapPin } from "lucide-react"; @@ -35,10 +34,12 @@ export default function LandingPage() { name: "Home", id: "/"}, { name: "About Us", id: "/about"}, + { + name: "Our Team", id: "/team"}, { name: "Products", id: "/products"}, { - name: "Why Choose Us", id: "#why-choose-us"}, + name: "Why Choose Us", id: "/#why-choose-us"}, { name: "Contact", id: "/contact"}, ]} @@ -186,45 +187,6 @@ export default function LandingPage() { /> -
- -
- -
- -
-
); -} +} \ No newline at end of file