feat(www): graphic changes

This commit is contained in:
Musa 2025-11-21 11:55:08 -08:00
parent 96097a7b00
commit 852eaf04d7
3 changed files with 70 additions and 123 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 215 KiB

After

Width:  |  Height:  |  Size: 186 KiB

Before After
Before After

View file

@ -24,7 +24,7 @@ export default function Home() {
<UseCasesSection />
<VerticalCarouselSection />
<HowItWorksSection />
<UnlockPotentialSection variant="black" />
<UnlockPotentialSection variant="transparent" />
{/* Rest of the sections will be refactored next */}
</main>

View file

@ -15,7 +15,7 @@ export function UnlockPotentialSection({
return (
<section
className={`relative py-24 px-6 lg:px-[102px] ${backgroundClass} ${className}`}
className={`relative py-24 px-6 lg:px-[102px]`} style={{ background: "linear-gradient(to top right, #ffffff, #dcdfff)" }}
>
<div className="max-w-[81rem] mx-auto">
<div className="max-w-4xl">