mirror of
https://github.com/vercel/commerce.git
synced 2025-05-19 07:56:59 +00:00
fix links on homepage
This commit is contained in:
parent
7f299b24c8
commit
76ffb77b82
@ -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')}
|
||||
|
@ -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')}
|
||||
|
@ -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')}
|
||||
|
Loading…
x
Reference in New Issue
Block a user