diff --git a/src/app/layout.tsx b/src/app/layout.tsx index dd5bcc4..46558fa 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1417,4 +1417,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 81a759d..5883af4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,25 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel"; -import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; -import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; -import ProductCardOne from "@/components/sections/product/ProductCardOne"; -import MetricCardTen from "@/components/sections/metrics/MetricCardTen"; -import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; -import ContactCTA from "@/components/sections/contact/ContactCTA"; -import FooterBase from "@/components/sections/footer/FooterBase"; +import HeroSplitKPI from "@/components/sections/hero/HeroSplitKPI"; +import SplitAbout from "@/components/sections/about/SplitAbout"; +import FeatureCardSix from "@/components/sections/feature/FeatureCardSix"; +import ProductCardFour from "@/components/sections/product/ProductCardFour"; +import PricingCardFive from "@/components/sections/pricing/PricingCardFive"; +import PricingCardThree from "@/components/sections/pricing/PricingCardThree"; +import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; +import TeamCardSix from "@/components/sections/team/TeamCardSix"; +import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; +import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; +import ContactFAQ from "@/components/sections/contact/ContactFAQ"; +import FooterSimple from "@/components/sections/footer/FooterSimple"; +import FaqSplitText from "@/components/sections/faq/FaqSplitText"; +import ContactSplit from "@/components/sections/contact/ContactSplit"; +import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import FooterMedia from "@/components/sections/footer/FooterMedia"; +import LegalSection from "@/components/legal/LegalSection"; import Link from "next/link"; -import { Award, Star, BookOpen, TrendingUp, MessageSquare, Phone } from "lucide-react"; +import { Award, Star, BookOpen, TrendingUp, MessageSquare, Phone, Users, CheckCircle, ArrowRight } from "lucide-react"; export default function HomePage() { return ( @@ -44,62 +53,50 @@ export default function HomePage() { {/* Hero Section */}
-
{/* About Section */}
-
{/* Features Section */}
- - -
+ {/* Team Section */} +
+ +
+ {/* Testimonials Section */}
-
- {/* Contact CTA Section */} -
- + +
+ + {/* Pricing/Programs Section - Split Card */} +
+ +
+ + {/* Pricing Card Three - Additional Programs */} +
+ +
+ + {/* Social Proof Section */} +
+ +
+ + {/* FAQ Split Text Section */} +
+ +
+ + {/* Contact FAQ Section */} +
+
- {/* Footer */} - + + {/* Footer Media Section */} + + + {/* Terms of Service */} +
+
); -} \ No newline at end of file +}