Replace ACME with Sesamy.

This commit is contained in:
Daniel Gent 2021-08-23 17:41:58 +02:00
parent 0e7e7b7d5f
commit e947c6e3e9
2 changed files with 13 additions and 13 deletions

View File

@ -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>&copy; 2020 ACME, Inc. All rights reserved.</span>
<span>&copy; 2021 Sesamy</span>
</div>
<div className="flex items-center text-primary text-sm">
<span className="text-primary">Created by</span>

View File

@ -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"
}
}