diff --git a/src/app/page.tsx b/src/app/page.tsx index a559889..77cd1f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,8 +10,8 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import { Award, CheckCircle, Users } from "lucide-react"; export default function LandingPage() { @@ -32,22 +32,10 @@ export default function LandingPage() {