diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e96c40..7f192a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextAbout from '@/components/sections/about/TextAbout'; @@ -33,264 +34,113 @@ export default function LandingPage() {