diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 137c46b..0065aa5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1387,4 +1387,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 61e0d5c..fbbfdb6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,7 +77,7 @@ export default function HomePage() { imagePosition="right" mediaAnimation="blur-reveal" buttons={[ - { text: "Find Talent Now", href: "/browse-talent" }, + { text: "Browse Verified Talent", href: "/browse-talent" }, { text: "Become a Freelancer", href: "/auth/signup" }, ]} buttonAnimation="blur-reveal" @@ -347,4 +347,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file