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 4 months 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