diff --git a/public/images/about/exits.png b/public/images/about/exits.png new file mode 100644 index 0000000..8899877 Binary files /dev/null and b/public/images/about/exits.png differ diff --git a/public/images/home/kds.png b/public/images/home/kds.png new file mode 100644 index 0000000..8b17f18 Binary files /dev/null and b/public/images/home/kds.png differ diff --git a/public/images/home/quotes.png b/public/images/home/quotes.png new file mode 100644 index 0000000..24a64ab Binary files /dev/null and b/public/images/home/quotes.png differ diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx new file mode 100644 index 0000000..96790cd --- /dev/null +++ b/src/app/about/page.tsx @@ -0,0 +1,34 @@ +import { CallToAction } from '@/components/CallToAction' +import { Faqs } from '@/components/Faqs' +import { Footer } from '@/components/Footer' +import { Header_darkbg } from '@/components/Header_darkbg' +import { HomeAbout } from '@/components/HomeAbout' +import { Hero } from '@/components/Hero' +import { Pricing } from '@/components/Pricing' +import { PrimaryFeatures } from '@/components/PrimaryFeatures' +import { SecondaryFeatures } from '@/components/SecondaryFeatures' +import { Testimonials } from '@/components/Testimonials' +import { HomePrinciples } from '@/components/HomePrinciples' +import { HomeMilestones } from '@/components/HomeMilestones' +import { HomeVentures } from '@/components/HomeVentures' +import { Quote } from '@/components/Quote' +import { AboutHero } from '@/components/AboutHero' +import { AboutMission } from '@/components/AboutMission' +import { AboutExperience } from '@/components/AboutExperience' + +export default function About() { + return ( + <> + +
+ + + + + + +
+ ) } diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 91a889d..e71ae44 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -88,7 +88,7 @@ export function Header() {