mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-20 14:34:05 +01:00
feat: update About page layout with additional InfoCard and improved content for better user engagement
This commit is contained in:
parent
207ea184e2
commit
fb1810722c
@ -46,6 +46,7 @@ export default function About() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
<div>
|
||||||
<div className="container bg-neutral-100">
|
<div className="container bg-neutral-100">
|
||||||
<div className="">
|
<div className="">
|
||||||
<div className="flex flex-col items-center justify-center">
|
<div className="flex flex-col items-center justify-center">
|
||||||
@ -104,6 +105,7 @@ export default function About() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div className="flex flex-col items-center justify-center mt-10">
|
<div className="flex flex-col items-center justify-center mt-10">
|
||||||
<h1 className="font-black text-5xl ">Built by a diverse team with deep </h1>
|
<h1 className="font-black text-5xl ">Built by a diverse team with deep </h1>
|
||||||
<h1 className="font-black text-5xl ">expertise in private investing</h1>
|
<h1 className="font-black text-5xl ">expertise in private investing</h1>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user