AgentGenesis icon indicating copy to clipboard operation
AgentGenesis copied to clipboard

Update Navbar and Routing: Rename 'Docs' to 'Components' and Add 'Contact Us'

Open Yashhuc opened this issue 1 year ago • 5 comments

FIxes #42 Changes:

  1. Navbar Heading Update:
  • Changed the Navbar heading from "Docs" to "Components" for better clarity.
  • Updated the route in config.js to change the path from /docs to /components.
  1. Add 'Contact Us' Menu Item:
  • Added a new "Contact Us" item to the Navbar for easier user access to support and contact information.
  • Created a new Contact Us page by adding a contact folder with page.jsx in the app structure.

Files Modified:

  1. Navbar component:
  • Updated the heading and added the new 'Contact Us' item.
  1. Routing:
  • config.js: Changed route from /docs to /components.
  • components/page.jsx: Created a new page under the app folder for the Components section.
  • contact/page.jsx: Added a new page for the Contact Us section to enable user interaction.

Testing:

  1. Verified that the navigation correctly routes to /components and /contact-us.
  2. Checked the Navbar for proper display of the "Components" and "Contact Us" options.

Screenshot 2024-10-10 223030

Screenshot 2024-10-10 223052

Screenshot 2024-10-10 223102

Screenshot 2024-10-10 223115

Yashhuc avatar Oct 10 '24 17:10 Yashhuc

@Yashhuc is attempting to deploy a commit to the Sanjay Dutt's projects Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Oct 10 '24 17:10 vercel[bot]

hi @Yashhuc Can you remove package-lock.json then push your change also for contact us i will be as simple as when anybosy cliick it will redirect to mailto:[email protected] . We dont need a dedicated page for contact us. Thank you

faisal004 avatar Oct 11 '24 07:10 faisal004

hi @Yashhuc Can you remove package-lock.json then push your change also for contact us i will be as simple as when anybosy cliick it will redirect to mailto:[email protected] . We dont need a dedicated page for contact us. Thank you

@Yashhuc any updates?

DeadmanAbir avatar Oct 13 '24 05:10 DeadmanAbir

hi @Yashhuc Can you remove package-lock.json then push your change also for contact us i will be as simple as when anybosy cliick it will redirect to mailto:[email protected] . We dont need a dedicated page for contact us. Thank you

@Yashhuc any updates?

Hey sorry for the delay, I have made the changes as directed and created a PR.

Yashhuc avatar Oct 13 '24 18:10 Yashhuc

Hey..! I have updated the contact-us link, and removed package-lock.json.

Yashhuc avatar Oct 14 '24 16:10 Yashhuc