mirror of
https://github.com/vercel/commerce.git
synced 2025-07-03 19:51:22 +00:00
Replace ACME with Sesamy.
This commit is contained in:
parent
0e7e7b7d5f
commit
e947c6e3e9
@ -36,7 +36,7 @@ const Footer: FC<Props> = ({ className, pages }) => {
|
||||
<span className="rounded-full border border-accent-6 mr-2">
|
||||
<Logo />
|
||||
</span>
|
||||
<span>ACME</span>
|
||||
<span>Sesamy</span>
|
||||
</a>
|
||||
</Link>
|
||||
</div>
|
||||
@ -68,7 +68,7 @@ const Footer: FC<Props> = ({ className, pages }) => {
|
||||
</div>
|
||||
<div className="pt-6 pb-10 flex flex-col md:flex-row justify-between items-center space-y-4 text-accent-6 text-sm">
|
||||
<div>
|
||||
<span>© 2020 ACME, Inc. All rights reserved.</span>
|
||||
<span>© 2021 Sesamy</span>
|
||||
</div>
|
||||
<div className="flex items-center text-primary text-sm">
|
||||
<span className="text-primary">Created by</span>
|
||||
|
@ -1,26 +1,26 @@
|
||||
{
|
||||
"title": "ACME Storefront | Powered by Next.js Commerce",
|
||||
"titleTemplate": "%s - ACME Storefront",
|
||||
"description": "Next.js Commerce - https://www.nextjs.org/commerce",
|
||||
"title": "Sesamy: Ljudböcker och e-böcker utan dyra abonnemang",
|
||||
"titleTemplate": "%s - Sesamy",
|
||||
"description": "Sesamy befriar dig från abonnemangsfällan. Betala bara för ljudböcker och e-böcker du vill ha. Läs och lyssna i valfri app på mobil, dator eller läsplatta.",
|
||||
"openGraph": {
|
||||
"title": "ACME Storefront | Powered by Next.js Commerce",
|
||||
"description": "Next.js Commerce - https://www.nextjs.org/commerce",
|
||||
"title": "Sesamy",
|
||||
"description": "Sesamy befriar dig från abonnemangsfällan. Betala bara för ljudböcker och e-böcker du vill ha. Läs och lyssna i valfri app på mobil, dator eller läsplatta.",
|
||||
"type": "website",
|
||||
"locale": "en_IE",
|
||||
"url": "https://nextjs.org/commerce",
|
||||
"site_name": "Next.js Commerce",
|
||||
"locale": "sv_SE",
|
||||
"url": "https://sesamy.com/",
|
||||
"site_name": "Sesamy",
|
||||
"images": [
|
||||
{
|
||||
"url": "/card.png",
|
||||
"width": 800,
|
||||
"height": 600,
|
||||
"alt": "Next.js Commerce"
|
||||
"alt": "Sesamy"
|
||||
}
|
||||
]
|
||||
},
|
||||
"twitter": {
|
||||
"handle": "@nextjs",
|
||||
"site": "@nextjs",
|
||||
"handle": "@SesamyOpen",
|
||||
"site": "@SesamyOpen",
|
||||
"cardType": "summary_large_image"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user