diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a1c7bb..18203b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,11 +4,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FooterBase from '@/components/sections/footer/FooterBase'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import { Award, GraduationCap, Users } from "lucide-react"; export default function LandingPage() { @@ -99,6 +101,16 @@ export default function LandingPage() { /> +
+ +
+
+
+ +
+