diff --git a/components/About.tsx b/components/About.tsx index a3c4603..36341cf 100644 --- a/components/About.tsx +++ b/components/About.tsx @@ -9,7 +9,7 @@ type Icard = { link: string; }; -const Card = ({ title, desc, more }: Icard) => { +const Card = ({ title, desc, more,link }: Icard) => { return (
@@ -19,7 +19,7 @@ const Card = ({ title, desc, more }: Icard) => {

- + {more}
@@ -37,14 +37,14 @@ function About() { title="Our Goal" desc="At Web3bridge, we believe education is critical in the drive for adoption of blockchain technology. And we have set up Web3 Lagos conference to bring education across varying topics/subjects and comprehension of blockchain technology and its core infrastructure." more={`Learn more`} - link="#" + link="https://www.web3bridge.com/" />
diff --git a/components/Gallery.tsx b/components/Gallery.tsx index 5802c83..c879571 100644 --- a/components/Gallery.tsx +++ b/components/Gallery.tsx @@ -25,7 +25,7 @@ const Gallery = () => { Link Here @@ -42,7 +42,7 @@ const Gallery = () => { Link Here