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"> <span className="rounded-full border border-accent-6 mr-2">
<Logo /> <Logo />
</span> </span>
<span>ACME</span> <span>Sesamy</span>
</a> </a>
</Link> </Link>
</div> </div>
@ -68,7 +68,7 @@ const Footer: FC<Props> = ({ className, pages }) => {
</div> </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 className="pt-6 pb-10 flex flex-col md:flex-row justify-between items-center space-y-4 text-accent-6 text-sm">
<div> <div>
<span>&copy; 2020 ACME, Inc. All rights reserved.</span> <span>&copy; 2021 Sesamy</span>
</div> </div>
<div className="flex items-center text-primary text-sm"> <div className="flex items-center text-primary text-sm">
<span className="text-primary">Created by</span> <span className="text-primary">Created by</span>

View File

@ -1,26 +1,26 @@
{ {
"title": "ACME Storefront | Powered by Next.js Commerce", "title": "Sesamy: Ljudböcker och e-böcker utan dyra abonnemang",
"titleTemplate": "%s - ACME Storefront", "titleTemplate": "%s - Sesamy",
"description": "Next.js Commerce - https://www.nextjs.org/commerce", "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": { "openGraph": {
"title": "ACME Storefront | Powered by Next.js Commerce", "title": "Sesamy",
"description": "Next.js Commerce - https://www.nextjs.org/commerce", "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", "type": "website",
"locale": "en_IE", "locale": "sv_SE",
"url": "https://nextjs.org/commerce", "url": "https://sesamy.com/",
"site_name": "Next.js Commerce", "site_name": "Sesamy",
"images": [ "images": [
{ {
"url": "/card.png", "url": "/card.png",
"width": 800, "width": 800,
"height": 600, "height": 600,
"alt": "Next.js Commerce" "alt": "Sesamy"
} }
] ]
}, },
"twitter": { "twitter": {
"handle": "@nextjs", "handle": "@SesamyOpen",
"site": "@nextjs", "site": "@SesamyOpen",
"cardType": "summary_large_image" "cardType": "summary_large_image"
} }
} }