Skip to content

Comments

fix: Resolve 404 error for Privacy Policy link#83

Open
Pratham7249 wants to merge 1 commit intoRitikverma323:mainfrom
Pratham7249:main
Open

fix: Resolve 404 error for Privacy Policy link#83
Pratham7249 wants to merge 1 commit intoRitikverma323:mainfrom
Pratham7249:main

Conversation

@Pratham7249
Copy link

Description

This pull request resolves the 404 "Not Found" error that occurred when clicking the "Privacy Policy" link in the website footer.

Changes Made

  • Added New Route: Created a new page and route at /privacy-policy.
  • Created Page Content: Added a page.tsx file with standard placeholder content for the Privacy Policy.
  • Verified Footer Link: Ensured the link in the Footer.tsx component correctly points to the new /privacy-policy route.

How to Test

  1. Pull down this branch and run the application locally (npm run dev).
  2. Navigate to the homepage.
  3. Scroll to the footer and click on the "Privacy Policy" link.
  4. Verify that the browser navigates to /privacy-policy and displays the page content correctly, without any 404 error.

@vercel
Copy link

vercel bot commented Oct 9, 2025

Someone is attempting to deploy a commit to the RitikVerma's projects Team on Vercel.

A member of the Team first needs to authorize it.

@Pratham7249
Copy link
Author

@Ritikverma323 @Aniket-op somebody accept the vercel authorization the only it will able to merge

@@ -0,0 +1,49 @@
// src/app/privacy-policy/page.tsx
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove comment.

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.

2 participants