Skip to content

Commit

Permalink
mib
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Aug 20, 2024
1 parent b9cc94f commit ebcc0f4
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 60 deletions.
17 changes: 2 additions & 15 deletions app/(app)/colors/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,12 @@ import { siteConfig } from "@/resources/config/site"
import type { Metadata } from "next"

export const metadata: Metadata = {
title: "Justd Colors",
title: "Colors",
description:
"A stash of over 154 colors blending TailwindCSS vibes with HTML color names, served up in 8 slick formats.",
metadataBase: new URL(process.env.NEXT_PUBLIC_APP_URL ?? siteConfig.url),
applicationName: siteConfig.name,
category: "Justd Colors",
twitter: {
card: "summary_large_image",
title: "Justd Colors",
description:
"A stash of over 154 colors blending TailwindCSS vibes with HTML color names, served up in 8 slick formats."
},
openGraph: {
title: "Justd Colors",
description:
"A stash of over 154 colors blending TailwindCSS vibes with HTML color names, served up in 8 slick formats.",
url: "https://getjustd.com/colors",
type: "website"
},
category: "Colors",
keywords: [
"Justd Colors",
"Tailwind CSS",
Expand Down
15 changes: 0 additions & 15 deletions app/(app)/components/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,6 @@ export const metadata: Metadata = {
"Over 50 accessible components, neatly grouped into sections. Guaranteed usability for all!",
metadataBase: new URL(process.env.NEXT_PUBLIC_APP_URL ?? siteConfig.url),
applicationName: siteConfig.name,
openGraph: {
title: "Components",
description:
"Discover over 50 accessible components, meticulously organized into sections to ensure seamless usability for everyone. Experience guaranteed functionality and ease of use!",
url: "https://getjustd.com/components",
type: "website",
images: [
{
url: "https://getjustd.com/components/opengraph-image.png?v=1",
width: 1200,
height: 630,
alt: "Justd Components"
}
]
},
keywords: [
"Components",
"Justd Components",
Expand Down
7 changes: 0 additions & 7 deletions app/(app)/icons/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ export const metadata: Metadata = {
" A library of beautifully crafted react icons, perfect for enhancing the visual appeal and user experience of your web applications. ",
metadataBase: new URL(process.env.NEXT_PUBLIC_APP_URL ?? siteConfig.url),
applicationName: siteConfig.name,
openGraph: {
title: "Justd Icons",
description:
" A library of beautifully crafted react icons, perfect for enhancing the visual appeal and user experience of your web applications. ",
url: "https://getjustd.com/icons",
type: "website"
},
keywords: [
"Justd Icons",
"Tailwind CSS",
Expand Down
9 changes: 1 addition & 8 deletions app/(app)/themes/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function Page() {
}

export const metadata: Metadata = {
title: "Justd Themes",
title: "Themes",
description:
"Curated themes, selected for you, ready to copy, paste, and integrate into your apps for a polished, custom look without the hassle.",
metadataBase: new URL(process.env.NEXT_PUBLIC_APP_URL ?? siteConfig.url),
Expand All @@ -28,13 +28,6 @@ export const metadata: Metadata = {
description:
"Curated themes, selected for you, ready to copy, paste, and integrate into your apps for a polished, custom look without the hassle."
},
openGraph: {
title: "Justd Themes",
description:
"Curated themes, selected for you, ready to copy, paste, and integrate into your apps for a polished, custom look without the hassle.",
url: "https://getjustd.com/themes",
type: "website"
},
keywords: [
"Themes",
"Justd Themes",
Expand Down
15 changes: 0 additions & 15 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,6 @@ export const metadata: Metadata = {
alternates: {
canonical: "./"
},
openGraph: {
title: {
default: siteConfig.name,
template: `%s | ${siteConfig.name}`
},
description: siteConfig.description,
images: [
{
url: "https://getjustd.com/opengraph-image.png?v=1",
width: 1200,
height: 630,
alt: "Justd"
}
]
},
keywords: [
"React",
"Next.js",
Expand Down

0 comments on commit ebcc0f4

Please sign in to comment.