{post.frontmatter.title}
+{post.frontmatter.description}
+ {post.frontmatter.tags && post.frontmatter.tags.length > 0 && ( +diff --git a/app/about/page.tsx b/app/about/page.tsx new file mode 100644 index 0000000..d8f383c --- /dev/null +++ b/app/about/page.tsx @@ -0,0 +1,47 @@ +import { Metadata } from 'next' + +export const metadata: Metadata = { + title: 'Despre', + description: 'Află mai multe despre mine și acest blog', +} + +export default function AboutPage() { + return ( +
+ Bun venit pe blogul meu! Sunt un dezvoltator pasionat de tehnologie, + specializat în dezvoltarea web modernă cu Next.js, React și TypeScript. +
+ +Acest blog este construit cu:
++ Mă poți contacta pe{' '} + + email@example.com + {' '} + sau mă poți găsi pe rețelele sociale. +
++ Ne pare rău, dar articolul pe care îl cauți nu există sau a fost mutat. +
+{author}
++ Publicat {formatRelativeDate(date)} • {formatDate(date)} +
+{post.frontmatter.description}
+{formatDate(post.frontmatter.date)}
+ + ))} +{post.frontmatter.description}
+ {post.frontmatter.tags && post.frontmatter.tags.length > 0 && ( +{post.frontmatter.description}
+ {post.frontmatter.tags && post.frontmatter.tags.length > 0 && ( ++ {totalPosts} {totalPosts === 1 ? 'articol' : 'articole'} publicate +
+Nu există articole publicate încă.
+ + Înapoi la pagina principală + +Built with Next.js 15, TypeScript, and Tailwind CSS
-+ Explorează articole despre dezvoltare web, design și tehnologie. + Învață din experiențe practice și tutoriale detaliate. +
+{post.frontmatter.description}
+Explorează arhiva completă de articole
+ + Vezi toate articolele → + +