mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
feat(www): graphic changes
This commit is contained in:
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 |
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue