diff --git a/config/seo.json b/config/seo.json index 82520cf..e918f34 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": "GOSH 3D Printers | Powered by Open Source Ecology", + "titleTemplate": "%s - GOSH 3D Printers", + "description": "Build the future with universal, upgradable 3D printers", "openGraph": { - "title": "ACME Storefront | Powered by Next.js Commerce", + "title": "GOSH 3D Printers | Powered by Open Source Ecology", "description": "Next.js Commerce - https://www.nextjs.org/commerce", "type": "website", "locale": "en_IE", - "url": "https://nextjs.org/commerce", - "site_name": "Next.js Commerce", + "url": "https://gosh3dprint.co", + "site_name": "GOSH 3D Printers", "images": [ { "url": "/card.png", "width": 800, "height": 600, - "alt": "Next.js Commerce" + "alt": "GOSH 3D Printers" } ] }, "twitter": { - "handle": "@nextjs", - "site": "@nextjs", + "handle": "@gosh3dprint", + "site": "@gosh3dprint", "cardType": "summary_large_image" } }