Update src/app/about/page.tsx
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
"use client";
|
"use client";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||||
@@ -36,6 +37,18 @@ export default function AboutPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="hero" data-section="hero">
|
||||||
|
<HeroLogoBillboard
|
||||||
|
logoText="PitchDrive"
|
||||||
|
description="Founded by experienced operators who understand the challenges of building transformative companies from the ground up."
|
||||||
|
background={{ variant: "sparkles-gradient" }}
|
||||||
|
imageSrc="https://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167443.jpg"
|
||||||
|
imageAlt="PitchDrive founding team"
|
||||||
|
frameStyle="card"
|
||||||
|
logoLineHeight={1.1}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="about-story" data-section="about-story">
|
<div id="about-story" data-section="about-story">
|
||||||
<TestimonialAboutCard
|
<TestimonialAboutCard
|
||||||
tag="Our Story"
|
tag="Our Story"
|
||||||
|
|||||||
Reference in New Issue
Block a user