mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-18 13:34:06 +01:00
feat: improve About page headings for better readability and flow
This commit is contained in:
parent
c621257533
commit
515b3e5315
@ -48,14 +48,13 @@ export default function About() {
|
||||
return (
|
||||
<div className="container max-w-screen-xl p-10">
|
||||
<div className="flex flex-col items-center justify-center">
|
||||
<h1 className="mt-3 font-bold text-lg md:text-5xl font-black">Growth opportunities for</h1>
|
||||
<h1 className="mt-3 font-bold text-lg md:text-5xl font-black">all sides of the investment market</h1>
|
||||
<h1 className="mt-3 font-bold text-lg md:text-5xl font-black">Growth opportunities for all sides </h1>
|
||||
<h1 className="mt-3 font-bold text-lg md:text-5xl font-black">of the investment market</h1>
|
||||
<h1 className="text-gray-500 text-2xl mt-1">
|
||||
B2DVentures is where both accredited and non-accredited investors meet entrepreneurs and
|
||||
</h1>
|
||||
<h1 className="text-gray-500 text-2xl">
|
||||
access high-growth potential deals across a range of private markets.
|
||||
B2DVentures is where both accredited and non-accredited investors meet
|
||||
</h1>
|
||||
<h1 className="text-gray-500 text-2xl">entrepreneurs and access high-growth potential deals across a range</h1>
|
||||
<h1 className="text-gray-500 text-2xl">of private markets.</h1>
|
||||
</div>
|
||||
<div className="mt-10">
|
||||
<div className="grid grid-cols-1 md:grid-cols-[1fr,auto,1fr] gap-3">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user