Skip to content

feat: show LandingPage on / instead of Login (#1345)#1653

Open
Rachi-collab wants to merge 1 commit into
aryandas2911:mainfrom
Rachi-collab:feature/rachi-landing-page
Open

feat: show LandingPage on / instead of Login (#1345)#1653
Rachi-collab wants to merge 1 commit into
aryandas2911:mainfrom
Rachi-collab:feature/rachi-landing-page

Conversation

@Rachi-collab

Copy link
Copy Markdown

Summary

Closes #1345

Currently, the "/" route redirected users directly to the Login page,
creating a poor first impression.

This PR fixes that by routing "/" to the existing LandingPage.jsx
component instead of <Login />.

Changes Made

  • App.jsx: Changed the "/" route (in both App and AnimatedRoutes)
    to render <LandingPage /> instead of <Login />

What the Landing Page includes

  • Hero section with CTA buttons (Get Started / Login)
  • Features section (Smart Task Management, Visual Routine Builder,
    Productivity Insights)
  • Final CTA section
  • Fully responsive design
  • Dark mode support

How to Test

  1. Run the app locally
  2. Open http://localhost:5173/
  3. You should now see the Landing Page instead of Login
  4. Clicking "Get Started" → goes to /signup
  5. Clicking "Login" → goes to /login

Type of Change

  • New feature (non-breaking change)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

# 🚀 Feature Request: Add Premium Public Landing Page Before Authentication

1 participant