Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 939c0c5091 | |||
| aa3fd2661b |
@@ -39,25 +39,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
|
||||||
<HeroBillboardScroll
|
|
||||||
title="Welcome to Nectar"
|
|
||||||
description="Your gateway to financial empowerment. Choose your path: dive into financial literacy with Nectar Learn or connect with professionals through Nectar Connect."
|
|
||||||
background={{ variant: "radial-gradient" }}
|
|
||||||
tag="Financial Freedom Starts Here"
|
|
||||||
tagIcon={Sparkles}
|
|
||||||
tagAnimation="slide-up"
|
|
||||||
buttons={[{ text: "Explore Your Journey", href: "#journey" }]}
|
|
||||||
buttonAnimation="slide-up"
|
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxNcGVqxbtZJRg6dkVvE7rX4Tz/uploaded-1773530651801-kz0jw4ck.png"
|
|
||||||
imageAlt="Interactive Nectar dashboard"
|
|
||||||
className="relative overflow-hidden"
|
|
||||||
containerClassName="flex flex-col gap-8"
|
|
||||||
titleClassName="text-5xl md:text-6xl font-extrabold"
|
|
||||||
descriptionClassName="text-lg md:text-xl text-gray-600"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="journey" data-section="journey">
|
<div id="journey" data-section="journey">
|
||||||
<FeatureCardTwentySeven
|
<FeatureCardTwentySeven
|
||||||
title="Choose Your Path"
|
title="Choose Your Path"
|
||||||
@@ -90,6 +71,25 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="hero" data-section="hero">
|
||||||
|
<HeroBillboardScroll
|
||||||
|
title="Welcome to Nectar"
|
||||||
|
description="Your gateway to financial empowerment. Choose your path: dive into financial literacy with Nectar Learn or connect with professionals through Nectar Connect."
|
||||||
|
background={{ variant: "radial-gradient" }}
|
||||||
|
tag="Financial Freedom Starts Here"
|
||||||
|
tagIcon={Sparkles}
|
||||||
|
tagAnimation="slide-up"
|
||||||
|
buttons={[{ text: "Explore Your Journey", href: "#journey" }]}
|
||||||
|
buttonAnimation="slide-up"
|
||||||
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxNcGVqxbtZJRg6dkVvE7rX4Tz/uploaded-1773530651801-kz0jw4ck.png"
|
||||||
|
imageAlt="Interactive Nectar dashboard"
|
||||||
|
className="relative overflow-hidden"
|
||||||
|
containerClassName="flex flex-col gap-8"
|
||||||
|
titleClassName="text-5xl md:text-6xl font-extrabold"
|
||||||
|
descriptionClassName="text-lg md:text-xl text-gray-600"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="highlights" data-section="highlights">
|
<div id="highlights" data-section="highlights">
|
||||||
<AboutMetric
|
<AboutMetric
|
||||||
title="Why Choose Nectar?"
|
title="Why Choose Nectar?"
|
||||||
|
|||||||
Reference in New Issue
Block a user