Skip to content

Commit

Permalink
alex/banner: banner (tldraw#5112)
Browse files Browse the repository at this point in the history
Describe what your pull request does. If you can, add GIFs or images
showing the before and after of your change.

### Change type

- [ ] `bugfix`
- [ ] `improvement`
- [ ] `feature`
- [ ] `api`
- [x] `other`

### Test plan

1. Create a shape...
2.

- [ ] Unit tests
- [ ] End to end tests
  • Loading branch information
SomeHats authored Dec 11, 2024
1 parent e1de2a6 commit 0d410e3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apps/docs/components/marketing/hero-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ import Link from 'next/link'
export function HeroSection() {
return (
<section className="w-full max-w-screen-xl mx-auto md:px-5 flex flex-col items-center py-8 sm:py-16">
<div className="bg-zinc-100 dark:bg-zinc-900 px-4 py-2 text-center mb-8 self-stretch -mt-8 sm:-mt-16 sm:mb-16 md:rounded-full md:-mt-12 md:self-center">
We made a cool thing with Google DeepMind.{' '}
<a
href="https://ai.google.dev/showcase/tldraw"
className="inline-flex items-center text-blue-500 "
>
Read the blog post
<ArrowRightIcon className="w-4 ml-1" />
</a>
</div>
<div className="relative">
<h1 className="hidden sm:block relative font-black text-black dark:text-white text-center text-3xl leading-tight sm:text-4xl sm:leading-tight md:text-5xl md:leading-tight w-full px-[8px]">
The <mark className="inline dark:hidden">infinite&nbsp;canvas&nbsp;SDK</mark>
Expand Down

0 comments on commit 0d410e3

Please sign in to comment.