Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 50c24b249d | |||
| ba9403bd93 | |||
| 962e035d30 | |||
| 939c0c5091 | |||
| aa3fd2661b |
@@ -39,25 +39,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</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">
|
||||
<FeatureCardTwentySeven
|
||||
title="Choose Your Path"
|
||||
@@ -83,13 +64,32 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
containerClassName="gap-8"
|
||||
cardClassName="hover:shadow-lg transition-shadow"
|
||||
cardTitleClassName="text-3xl font-extrabold mb-4"
|
||||
containerClassName="gap-12 max-w-6xl mx-auto"
|
||||
cardClassName="flex flex-col border-2 border-solid border-gray-300 rounded-xl p-8 hover:border-gray-600 transition-colors hover:shadow-lg"
|
||||
cardTitleClassName="text-3xl font-extrabold mb-4 pb-4 border-b-2 border-gray-300"
|
||||
cardDescriptionClassName="text-base text-gray-700"
|
||||
/>
|
||||
</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">
|
||||
<AboutMetric
|
||||
title="Why Choose Nectar?"
|
||||
|
||||
Reference in New Issue
Block a user