diff --git a/components/common/Footer/Footer.tsx b/components/common/Footer/Footer.tsx index 8cfcc9666..73370087f 100644 --- a/components/common/Footer/Footer.tsx +++ b/components/common/Footer/Footer.tsx @@ -36,7 +36,7 @@ const Footer: FC = ({ className, pages }) => { - ACME + Sesamy @@ -68,7 +68,7 @@ const Footer: FC = ({ className, pages }) => {
- © 2020 ACME, Inc. All rights reserved. + © 2021 Sesamy
Created by diff --git a/config/seo.json b/config/seo.json index 82520cf9b..a52734c25 100644 --- a/config/seo.json +++ b/config/seo.json @@ -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" } }