diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4a6d31c..9d639bb 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "DevFolio | Full-Stack Designer & Developer", description: "Crafting elegant digital experiences. Explore my projects, skills, and journey as a full-stack designer and developer."}; + title: "DevFolio | Full-Stack Designer & Developer", description: "Crafting elegant digital experiences. Explore my projects, skills, and journey as a full-stack designer and developer." +}; export default function RootLayout({ children, diff --git a/src/app/page.tsx b/src/app/page.tsx index 7393feb..598cdcf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,9 +44,9 @@ export default function LandingPage() {