forked from AkkomaGang/landing-site
live fixes
This commit is contained in:
parent
099ac8f683
commit
5dd71cee65
6 changed files with 9 additions and 2 deletions
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
@ -27,7 +27,7 @@ export function CallToAction() {
|
||||||
<Link href={"https://outerheaven.club"}>Outer Heaven [EN]</Link>
|
<Link href={"https://outerheaven.club"}>Outer Heaven [EN]</Link>
|
||||||
</li>
|
</li>
|
||||||
<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>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -11,6 +11,7 @@ import { PhoneFrame } from '@/components/PhoneFrame'
|
||||||
import berniePic from '@/images/profiles/bernie.png'
|
import berniePic from '@/images/profiles/bernie.png'
|
||||||
import profile1 from '@/images/profiles/profile-1.png'
|
import profile1 from '@/images/profiles/profile-1.png'
|
||||||
import profile2 from '@/images/profiles/profile-2.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 {ArrowPathRoundedSquareIcon, ArrowUturnLeftIcon, Bars3Icon} from '@heroicons/react/20/solid'
|
||||||
import Link from 'next/link'
|
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={"I must become the strongest bocchi"} username={"Jimbob"} profileImage={berniePic} />
|
||||||
<Post text={"Anyone know how I write examples?"} username={"Jones"} profileImage={profile1} />
|
<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={"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>
|
</div>
|
||||||
</AppScreen.Body>
|
</AppScreen.Body>
|
||||||
</AppScreen>
|
</AppScreen>
|
||||||
|
|
BIN
src/images/akko_badday.png
Normal file
BIN
src/images/akko_badday.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
src/images/profiles/profile-3.png
Normal file
BIN
src/images/profiles/profile-3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 333 KiB |
|
@ -9,6 +9,7 @@ import { Pricing } from '@/components/Pricing'
|
||||||
import { PrimaryFeatures } from '@/components/PrimaryFeatures'
|
import { PrimaryFeatures } from '@/components/PrimaryFeatures'
|
||||||
import { Reviews } from '@/components/Reviews'
|
import { Reviews } from '@/components/Reviews'
|
||||||
import { SecondaryFeatures } from '@/components/SecondaryFeatures'
|
import { SecondaryFeatures } from '@/components/SecondaryFeatures'
|
||||||
|
import akkoBadday from '@/images/akko_badday.png'
|
||||||
|
|
||||||
export default function Home() {
|
export default function Home() {
|
||||||
return (
|
return (
|
||||||
|
@ -19,6 +20,11 @@ export default function Home() {
|
||||||
name="description"
|
name="description"
|
||||||
content="Join an Akkoma instance today to start expressing yourself alongside a community of like-minded people."
|
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>
|
</Head>
|
||||||
<Header />
|
<Header />
|
||||||
<main>
|
<main>
|
||||||
|
|
Loading…
Reference in a new issue