Skip to content

Commit

Permalink
clients/landing: polish sections
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Jun 26, 2024
1 parent 5ab4a79 commit 3526ee1
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 348 deletions.
12 changes: 10 additions & 2 deletions clients/apps/web/src/components/Landing/API.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@ import { UserSignupType } from '@polar-sh/sdk'
import Link from 'next/link'
import Button from 'polarkit/components/ui/atoms/button'
import GithubLoginButton from '../Auth/GithubLoginButton'
import { Section } from './Section'
import { APIFirst } from './molecules/APIFirst'
import { Circles } from './molecules/Circles'

export const API = () => {
return (
<div className="flex flex-col items-center justify-center gap-y-16">
<Section
id="integrations"
className="flex flex-col items-center justify-center gap-y-24"
wrapperClassName="overflow-hidden"
>
<Circles className="absolute inset-0 top-1/2 -z-10 hidden -translate-y-1/2 text-white dark:block" />
<Circles className="absolute inset-0 top-1/2 -z-10 block -translate-y-1/2 text-black dark:hidden" />
<APIFirst />
<div className="hidden flex-col items-center gap-y-12 text-center md:flex">
<h1 className="text-5xl leading-snug">
Expand All @@ -30,6 +38,6 @@ export const API = () => {
</Link>
</div>
</div>
</div>
</Section>
)
}
333 changes: 0 additions & 333 deletions clients/apps/web/src/components/Landing/Journey.tsx

This file was deleted.

Loading

0 comments on commit 3526ee1

Please sign in to comment.