From 31f67da18717201164802e1529faf05ee5da00b2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 20:41:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 47 ++++++++--------------------------------------- 1 file changed, 8 insertions(+), 39 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e79da6e..5181da5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; + import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; @@ -35,8 +35,6 @@ export default function LandingPage() { name: "Home", id: "#home"}, { name: "Services", id: "#services"}, - { - name: "Solutions", id: "#solutions"}, { name: "Case Studies", id: "#case-studies"}, { @@ -112,43 +110,14 @@ export default function LandingPage() { /> -
- -
+
-- 2.49.1