feat: add About page components with Journey and Team sections
This commit is contained in:
22
src/components/AboutTeam.tsx
Normal file
22
src/components/AboutTeam.tsx
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
import { Gallery } from './Gallery'
|
||||
|
||||
export function AboutTeam() {
|
||||
return (
|
||||
<div className="relative my-16 mx-6">
|
||||
<Gallery />
|
||||
<div className="mx-auto grid max-w-7xl lg:grid-cols-2">
|
||||
<div className="px-6 pt-16 pb-24 sm:pt-20 sm:pb-32 lg:col-start-2 lg:px-8 lg:pt-32">
|
||||
<div className="mx-auto max-w-2xl lg:mr-0 lg:max-w-lg">
|
||||
<h1 className="mt-2 text-3xl font-medium tracking-tight text-pretty text-white lg:text-4xl">
|
||||
Founded by Internet Pioneers and Powered by the Community
|
||||
</h1>
|
||||
<p className="mt-6 text-sm font-light text-pretty text-gray-600 lg:text-base">
|
||||
ThreeFold was started by pioneers from the early days of the internet, when it was a true peer-to-peer network. Today, it’s an open-source movement supported by a dedicated team and a vibrant community of contributors. Over 50 full-time developers and countless Hosters worldwide help bring our shared vision to life.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user