diff --git a/src/app/page.tsx b/src/app/page.tsx index bd5c8ba..1fb4981 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import ContactCenter from '@/components/sections/contact/ContactCenter'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import { Award, Check, Clock, MessageSquare, ThumbsUp, Users } from "lucide-react"; export default function LandingPage() { @@ -71,6 +72,25 @@ export default function LandingPage() { /> +
+ +
+
); -} +} \ No newline at end of file