Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 512646cb6d | |||
| 6a40586b44 | |||
| 412b582390 |
@@ -1387,4 +1387,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user