diff --git a/client/src/components/Home.jsx b/client/src/components/Home.jsx
index 49f1516..03dcf88 100644
--- a/client/src/components/Home.jsx
+++ b/client/src/components/Home.jsx
@@ -264,13 +264,13 @@ export const Home = () => {
) : (
<>
Get Started Free
{
Try template
@@ -815,7 +815,7 @@ export const Home = () => {
className="text-center mt-16"
>
Explore All Templates
@@ -993,7 +993,7 @@ export const Home = () => {
) : (
<>
Get Started Free
diff --git a/client/src/components/Navbar.jsx b/client/src/components/Navbar.jsx
index bc8bd4e..aad7b3b 100644
--- a/client/src/components/Navbar.jsx
+++ b/client/src/components/Navbar.jsx
@@ -82,13 +82,13 @@ export const Navbar = () => {
) : (
<>
Login
{
) : (
setIsMobileMenuOpen(false)}
>
Login
Don't have an account?{" "}
-
Register
@@ -417,7 +417,7 @@ export function RegisterForm() {
darkMode ? "text-gray-400" : "text-gray-600"
} transition-colors duration-300`}>
Already have an account?{" "}
-
Login