Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 58b4070c72 | |||
| 8cec188c71 | |||
| 3d9f202d3e |
@@ -3,6 +3,7 @@
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
|
||||
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
||||
import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
@@ -66,6 +67,21 @@ export default function AboutPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
title="About BookKeepwithUs"
|
||||
description="We're dedicated to removing the stress of bookkeeping for business owners nationwide. Our mission is simple: provide fast, friendly, and reliable bookkeeping services that give you back your time."
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Get Started", href: "/contact" },
|
||||
{ text: "Schedule Consultation", href: "/contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/indoor-shot-blonde-female-having-business-conversation-with-colleague_273609-4708.jpg?_wi=2"
|
||||
imageAlt="BookKeepwithUs team collaboration"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
tag="The Challenge"
|
||||
@@ -74,9 +90,9 @@ export default function AboutPage() {
|
||||
description="Most business owners struggle with messy books, unclear financial reports, hours spent on spreadsheets, and unresponsive accountants. BookKeepwithUs removes the stress. Upload your statements each month and receive clear, organized financial reports without the headache."
|
||||
metrics={[
|
||||
{
|
||||
value: "7+", title: "Years of Service"},
|
||||
value: "7+", title: "Years of Trusted Service"},
|
||||
{
|
||||
value: "100+", title: "Business Owners Served"},
|
||||
value: "100+", title: "Happy Business Owners"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/indoor-shot-blonde-female-having-business-conversation-with-colleague_273609-4708.jpg?_wi=2"
|
||||
imageAlt="Financial clarity and organization"
|
||||
|
||||
Reference in New Issue
Block a user