# OurVerse Website This website is consisted of a few different pages: - Homepage - About - HeroVerse 3D - Features - Usecases - Community - Events And each page is made by combining different '__component__ '' (partial jsx pages) together, in particular order. All components are located in folder : (src/components) To edit the page content, please go to specific 'component' of each page that you would like to edit. Here are the list of components of each page above, and where to find / edit them. ## Nav & Extras (exist on every page): - __Header__: "src/components/Header.jsx" - __Bottom CTA__ : "src/components/Bottom.jsx" - __Footer__: "src/components/Footer2.jsx" ### Blogs & Events All blog and event announcement pages you can find on: - src/components/blogs folder - src/components/events folder ---- ## HOMEPAGE (src/app/main/page.jsx) contains: - **Homepage** section from '@/components/Homepage.jsx' - **Hero** section from '@/components/Hero.jsx' - **Phases** section from '@/components/Phases.jsx' - **HeroFeature** section from '@/components/HeroFeature.jsx' - **BentoSection** section from '@/components/Bentosection.jsx' - **Eventbanner** section from '@/components/Eventbanner.jsx' --- ## ABOUT PAGE (src/app/about/page.jsx) contains: - **Abouthero** section from '@/components/Abouthero.jsx' - **Aboutvalues** section from '@/components/Aboutvalues.jsx' - **Aboutco** section from '@/components/Aboutco.jsx' - **CTA** section from '@/components/Cta.jsx' - **Aboutnodes** section from '@/components/Aboutnodes.jsx' --- ## HEROVERSE 3D PAGE (src/app/heroverse/page.jsx) contains: - **Heropage** section from '@/components/Heropage.jsx' - **HeroFeature2** section from '@/components/HeroFeature2.jsx' - **HeroFeature3** section from '@/components/HeroFeature3.jsx' --- ## FEATURES PAGE (src/app/heroverse/page.jsx) contains: - **Featurehero** section from '@/components/Featurehero.jsx' - **Collaborate** section from '@/components/Collaborate.jsx' - **Studio** section from '@/components/Studio.jsx' - **Build** section from '@/components/Build.jsx' - **Communicate** section from '@/components/Communicate.jsx' - **Eventmgmt** section from '@/components/Eventmgmt.jsx' - **Crm** section from '@/components/Crm.jsx' --- ## CASE STUDIES PAGE (src/app/usecases/page.jsx) contains: - **Usecases** section from '@/components/Usecases.jsx' - **Casestudies** section from '@/components/Casestudies.jsx' --- ## COMMUNITY PAGE (src/app/community/page.jsx) contains: - **Communhero** section from '@/components/Communhero.jsx' - **Socials** section from '@/components/Socials.jsx' - **Events** section from '@/components/Events.jsx' --- ## EVENTS PAGE (src/app/events/page.jsx) contains: - **Eventhero** section from '@/components/Eventhero.jsx' - **Eventpage1** section from '@/components/Eventpage1.jsx'