Skip to content

Commit

Permalink
chore: change texte
Browse files Browse the repository at this point in the history
  • Loading branch information
Canestin committed Dec 5, 2023
1 parent d603766 commit 4c5394d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const inter = Inter({ subsets: ["latin"], weight: "300" });

export const metadata: Metadata = {
title: "Canestin Ndong",
description: "Software Engineer Student & Entrepreneur",
description: "Software Engineer Student",
openGraph: {
url: "https://canestin.ndong.co",
images: {
Expand Down
4 changes: 1 addition & 3 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ export default function Home() {
return (
<>
<p className={styles.title}>Canestin Ndong</p>
<p className={styles.description}>
Software Engineer Student & Entrepreneur
</p>
<p className={styles.description}>Software Engineer Student</p>
<p className={styles.text}>
I&apos;m currently a student at ISEP Paris, a prestigious institution
specializing in digital engineering. In the coming weeks, I&apos;ll be
Expand Down

0 comments on commit 4c5394d

Please sign in to comment.