3 Commits

Author SHA1 Message Date
512646cb6d Update src/app/page.tsx 2026-03-04 16:15:54 +00:00
6a40586b44 Update src/app/layout.tsx 2026-03-04 16:15:53 +00:00
412b582390 Merge version_2 into main
Merge version_2 into main
2026-03-04 05:20:54 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1387,4 +1387,4 @@ export default function RootLayout({
</body> </body>
</html> </html>
); );
} }

View File

@@ -77,7 +77,7 @@ export default function HomePage() {
imagePosition="right" imagePosition="right"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
buttons={[ buttons={[
{ text: "Find Talent Now", href: "/browse-talent" }, { text: "Browse Verified Talent", href: "/browse-talent" },
{ text: "Become a Freelancer", href: "/auth/signup" }, { text: "Become a Freelancer", href: "/auth/signup" },
]} ]}
buttonAnimation="blur-reveal" buttonAnimation="blur-reveal"
@@ -347,4 +347,4 @@ export default function HomePage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }