fix links on homepage

This commit is contained in:
Sol Irvine 2023-08-22 09:35:27 +09:00
parent 7f299b24c8
commit 76ffb77b82
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ export default function ConceptPreview() {
<div className="font-multilingual flex flex-col space-y-6 font-extralight md:w-1/2">
<div>{t('home.previews.concept.body')}</div>
<Link
href="/location"
href="/concept"
className="max-w-sm border border-white px-6 py-3 text-center text-lg transition-colors duration-150 hover:border-white/50"
>
{t('home.previews.concept.button')}

View File

@ -14,7 +14,7 @@ export default function LocationPreview() {
<div className="font-multilingual flex flex-col space-y-6 font-extralight md:w-1/2">
<div>{t('home.previews.location.body')}</div>
<Link
href="/location"
href="/narai"
className="max-w-sm border border-white px-6 py-3 text-center text-lg transition-colors duration-150 hover:border-white/50"
>
{t('home.previews.location.button')}

View File

@ -14,7 +14,7 @@ export default function SagyobarPreview() {
<div className="font-multilingual flex flex-col space-y-6 font-extralight md:w-1/2">
<div>{t('home.previews.bar.body')}</div>
<Link
href="/location"
href="/sagyobar"
className="max-w-sm border border-white px-6 py-3 text-center text-lg transition-colors duration-150 hover:border-white/50"
>
{t('home.previews.bar.button')}