Skip to content

Commit

Permalink
Add metadata for online resources page.
Browse files Browse the repository at this point in the history
  • Loading branch information
specollective-admin committed Apr 10, 2024
1 parent 7f2f42c commit 895f883
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/online-resources/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ const pageStyles = {
buttonContainer: "w-full flex flex-col md:flex-row gap-4 justify-items-left",
};

export async function generateMetadata() {
return {
title: "Tech4All.biz - Free Online Resources",
description:
"Access free online resources to help you build skills and confidence step by step.",
};
}

export default function OnlineResourcesPage() {
return (
<main className={styles.main}>
Expand Down

0 comments on commit 895f883

Please sign in to comment.