diff --git a/frontend/src/components/FlaotingParticles.jsx b/frontend/src/components/FlaotingParticles.jsx index c6d103a..e621f55 100644 --- a/frontend/src/components/FlaotingParticles.jsx +++ b/frontend/src/components/FlaotingParticles.jsx @@ -8,14 +8,7 @@ export function FloatingParticles() { }, []); return ( -
+
- -
+ +
+ {/* Particles Container */} + + {/* Login Box */}
@@ -78,7 +85,8 @@ export function LoginPage() { xmlns="http://www.w3.org/2000/svg" className="stroke-current shrink-0 h-6 w-6" fill="none" - viewBox="0 0 24 24"> + viewBox="0 0 24 24" + >
{/* Login Button */} -
OR
{/* Login with Google Button */} -
-
- -
); diff --git a/frontend/src/components/authentication/SignUpPage.jsx b/frontend/src/components/authentication/SignUpPage.jsx index b0fdc60..6fcd086 100644 --- a/frontend/src/components/authentication/SignUpPage.jsx +++ b/frontend/src/components/authentication/SignUpPage.jsx @@ -5,6 +5,7 @@ import { useGoogleLogin } from "@react-oauth/google"; import { NavPreLogin } from "../navigations/NavPreLogin"; import { useAuth } from "src/hooks/AuthHooks"; import { createUser, googleLogin } from "src/api/AuthenticationApi"; +import { FloatingParticles } from "../FlaotingParticles"; export function SignUp() { const Navigate = useNavigate(); @@ -78,9 +79,13 @@ export function SignUp() { return (
- +
- {/* ... (other code) */} +
{/* Register Form */} @@ -138,7 +143,10 @@ export function SignUp() {
OR
{/* Login with Google Button */} - diff --git a/frontend/src/components/landingPage/LandingPage.jsx b/frontend/src/components/landingPage/LandingPage.jsx index e26a44a..1b0bd9e 100644 --- a/frontend/src/components/landingPage/LandingPage.jsx +++ b/frontend/src/components/landingPage/LandingPage.jsx @@ -2,13 +2,10 @@ import { FloatingParticles } from "../FlaotingParticles"; export function LandingPage() { return ( -
+
{/* Particles Container */} {/* Navbar */} -
-
-
@@ -24,12 +21,18 @@ export function LandingPage() { -

Unleash productivity with our personal task and project management.

+

+ Unleash productivity with our personal task and project + management. +