|
|
|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
|
|
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
|
|
|
import HeroCentered from "@/components/sections/hero/HeroCentered";
|
|
|
|
import HeroOverlay from "@/components/sections/hero/HeroOverlay";
|
|
|
|
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
|
|
|
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
|
|
|
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
|
|
|
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
|
|
|
import PricingCardFive from "@/components/sections/pricing/PricingCardFive";
|
|
|
|
import PricingCardFive from "@/components/sections/pricing/PricingCardFive";
|
|
|
|
@@ -40,19 +40,13 @@ export default function Page() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<HeroCentered
|
|
|
|
<HeroOverlay
|
|
|
|
title="Master Finance From Basics to Expert"
|
|
|
|
title="Master Finance From Basics to Expert"
|
|
|
|
description="Structured learning paths trusted by 10,000 professionals. Start with fundamentals, progress at your pace, achieve real financial confidence."
|
|
|
|
description="Structured learning paths trusted by 10,000 professionals. Start with fundamentals, progress at your pace, achieve real financial confidence."
|
|
|
|
background={{ variant: "gradient-bars" }}
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/high-angle-view-business-charts_23-2148795764.jpg"
|
|
|
|
avatars={[
|
|
|
|
showBlur={true}
|
|
|
|
{ src: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-happy-smiling-young-woman-beige-jacket-glasses-standing-lobby-office-reception-greeting-business-client-with-pleasant-grin-inviting-company_197531-30568.jpg", alt: "Student" },
|
|
|
|
showDimOverlay={true}
|
|
|
|
{ src: "http://img.b2bpic.net/free-photo/closeup-attractive-africanamerican-woman-smiling-looking-happy-standing-yellow-backgroun_1258-137772.jpg", alt: "Student" },
|
|
|
|
|
|
|
|
{ src: "http://img.b2bpic.net/free-photo/handsome-afroamerican-man-smiling_23-2148508920.jpg", alt: "Student" },
|
|
|
|
|
|
|
|
{ src: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", alt: "Student" },
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
avatarText="Trusted by 10,000+ professionals"
|
|
|
|
|
|
|
|
buttons={[{ text: "Choose Your Learning Path", href: "#pricing" }]}
|
|
|
|
buttons={[{ text: "Choose Your Learning Path", href: "#pricing" }]}
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -169,4 +163,4 @@ export default function Page() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|