Skip to content

Commit

Permalink
chore: update og image
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Oct 10, 2024
1 parent 31db328 commit 212a5f5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
Binary file added apps/website/public/nextjs-starter-kit-og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions apps/website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ const Home = () => {
<Box>
<SEO
title="Saas UI"
description="Modern React component library and starter kit for SaaS, B2B and internal tools. Built with Chakra UI and Next.js."
titleTemplate="%s - The React component library and Next.js starter kit for startups"
description="React component library and Next.js starter kit for SaaS, B2B and internal tools."
titleTemplate="%s - The React toolkit for startups"
canonical="https://saas-ui.dev"
/>

Expand Down
16 changes: 13 additions & 3 deletions apps/website/src/pages/nextjs-starter-kit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,20 @@ const NextjsStarterKit = () => {
return (
<Box>
<SEO
title="Premium Next.js starter kit for intuitive SaaS products"
description="Build beautiful and intuitive B2B SaaS products with speed."
title="Next.js SaaS Starter Kit"
description="Production-ready Next.js starter kit for building intuitive SaaS products"
titleTemplate="%s - Saas UI"
canonical="https://saas-ui.dev/nextjs-boilerplate"
canonical="https://saas-ui.dev/nextjs-starter-kit"
openGraph={{
images: [
{
url: '/nextjs-starter-kit-og.png',
width: 1200,
height: 630,
alt: 'Next.js starter kit for building intuitive SaaS products',
},
],
}}
/>

<Box mb={8} w="full" position="relative" overflow="hidden">
Expand Down

0 comments on commit 212a5f5

Please sign in to comment.