live fixes

This commit is contained in:
Live Fixes 2022-11-07 20:52:10 +00:00
parent 099ac8f683
commit 5dd71cee65
6 changed files with 9 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -27,7 +27,7 @@ export function CallToAction() {
<Link href={"https://outerheaven.club"}>Outer Heaven [EN]</Link>
</li>
<li>
<Link href={"https://ak.lightnovel-dungeon.dev"}>Light Novel Dungeon [DE]</Link>
<Link href={"https://ak.lightnovel-dungeon.de"}>Light Novel Dungeon [DE]</Link>
</li>
</ul>
</div>

View File

@ -11,6 +11,7 @@ import { PhoneFrame } from '@/components/PhoneFrame'
import berniePic from '@/images/profiles/bernie.png'
import profile1 from '@/images/profiles/profile-1.png'
import profile2 from '@/images/profiles/profile-2.png'
import profile3 from '@/images/profiles/profile-3.png'
import {ArrowPathRoundedSquareIcon, ArrowUturnLeftIcon, Bars3Icon} from '@heroicons/react/20/solid'
import Link from 'next/link'
@ -278,7 +279,7 @@ function AppDemo() {
<Post text={"I must become the strongest bocchi"} username={"Jimbob"} profileImage={berniePic} />
<Post text={"Anyone know how I write examples?"} username={"Jones"} profileImage={profile1} />
<Post text={"Wowee isn't writing fun"} username={"Meta"} profileImage={profile2} />
<Post text={"What you're referring to as mastodon is actually the fediverse and..."} username={"That One Guy"} />
<Post text={"What you're referring to as mastodon is actually the fediverse and..."} username={"That One Guy"} profileImage={profile3} />
</div>
</AppScreen.Body>
</AppScreen>

BIN
src/images/akko_badday.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 KiB

View File

@ -9,6 +9,7 @@ import { Pricing } from '@/components/Pricing'
import { PrimaryFeatures } from '@/components/PrimaryFeatures'
import { Reviews } from '@/components/Reviews'
import { SecondaryFeatures } from '@/components/SecondaryFeatures'
import akkoBadday from '@/images/akko_badday.png'
export default function Home() {
return (
@ -19,6 +20,11 @@ export default function Home() {
name="description"
content="Join an Akkoma instance today to start expressing yourself alongside a community of like-minded people."
/>
<meta content="website" property="og:type"/>
<meta content="summary" property="twitter:card"/>
<meta content="/images/akko_badday.png" property="og:image"/>
<meta content="724" property="og:image:width"/>
<meta content="724" property="og:image:height"/>
</Head>
<Header />
<main>