diff --git a/src/components/common/Carousel.jsx b/src/components/common/Carousel.jsx index 662b75d..ea36ea1 100644 --- a/src/components/common/Carousel.jsx +++ b/src/components/common/Carousel.jsx @@ -61,7 +61,7 @@ function Carousel() { to
get started?" -

+

Don’t worry, our club activities, meetups, and study cohorts, will help make
your Bitcoin journey much more smoother, accessible, and fun. diff --git a/src/components/common/Footer.astro b/src/components/common/Footer.astro index 579e33c..4a10bc4 100644 --- a/src/components/common/Footer.astro +++ b/src/components/common/Footer.astro @@ -6,7 +6,7 @@ const list = [ { name: "About", link: "/about" }, { name: "Contact us", - link: "/bitspace/#contact_us", + link: "/about/#contact_us", }, ], }, diff --git a/src/components/home/LinkCohort.astro b/src/components/home/LinkCohort.astro index 2d4da74..86c158f 100644 --- a/src/components/home/LinkCohort.astro +++ b/src/components/home/LinkCohort.astro @@ -54,7 +54,7 @@

I’m in! Take me to Discord diff --git a/src/pages/about.astro b/src/pages/about.astro index 2f45b42..7bf0cef 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -2,6 +2,7 @@ import AboutUs from "../components/common/AboutUs.astro"; import People from "../components/home/People.astro"; import Layout from "../layouts/Layout.astro"; +import CollabWithUs from "../components/bitspace/CollabWithUs.astro"; const isVisible = true; const headerProps = { @@ -29,4 +30,5 @@ const headerProps = {
+ diff --git a/src/pages/cohorts/index.astro b/src/pages/cohorts/index.astro index 350127d..850d799 100644 --- a/src/pages/cohorts/index.astro +++ b/src/pages/cohorts/index.astro @@ -52,5 +52,5 @@ const isVisible = true; header="Checkout some of the FAQs" client:visible /> - +