diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e8abac4..2ad3a5e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1407,4 +1407,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 2398d6f..6265d88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { rating={5} ratingText="Driven by innovation and continuous learning" buttons={[ - { text: "View My Work", href: "#projects" }, + { text: "Explore My Projects", href: "#projects" }, { text: "Let's Connect", href: "#contact" } ]} buttonAnimation="opacity" @@ -232,4 +232,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file