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() { /> -