mirror of
https://github.com/vercel/commerce.git
synced 2025-09-07 16:30:17 +00:00
wip: Saving work
This commit is contained in:
@@ -8,8 +8,9 @@ export default function SagyobarPreview() {
|
||||
return (
|
||||
<div className="flex flex-col space-y-4 px-6 py-24 md:flex-row md:space-x-12 md:space-y-0 md:p-24">
|
||||
<div className="font-multilingual flex flex-col space-y-2 font-extralight md:w-1/2">
|
||||
<div className="max-w-sm text-5xl">{t('home.previews.bar.title')}</div>
|
||||
<div className="max-w-sm text-5xl">{t('home.previews.bar.subtitle')}</div>
|
||||
<div className="max-w-sm text-5xl">{t('home.previews.bar.title.line001')}</div>
|
||||
<div className="max-w-sm text-5xl">{t('home.previews.bar.title.line002')}</div>
|
||||
<div className="max-w-sm text-5xl">{t('home.previews.bar.title.line003')}</div>
|
||||
</div>
|
||||
<div className="font-multilingual flex flex-col space-y-6 font-extralight md:w-1/2">
|
||||
<div>{t('home.previews.bar.body')}</div>
|
||||
|
Reference in New Issue
Block a user