diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a15ba8..db2b615 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,17 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroCentered from '@/components/sections/hero/HeroCentered'; +import { Mail, Phone, BookOpen, User, GraduationCap, MapPin, Award } from "lucide-react"; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import TeamCardSix from '@/components/sections/team/TeamCardSix'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; export default function LandingPage() { return ( @@ -27,342 +29,114 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);