Update src/app/about/page.tsx

This commit is contained in:
2026-03-12 01:32:12 +00:00
parent 72019d530b
commit 273899b4e7

View File

@@ -19,8 +19,7 @@ export default function AboutPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Monthly Bookkeeping", href: "/services" },
{ label: "Financial Reports", href: "/services" },
{ label: "Book Cleanup", href: "/services" },
@@ -28,8 +27,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Reviews", href: "/reviews" },
{ label: "Contact", href: "/contact" },
@@ -37,8 +35,7 @@ export default function AboutPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Email", href: "mailto:hello@bookkeepwithus.com" },
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Facebook", href: "https://facebook.com" },
@@ -54,7 +51,7 @@ export default function AboutPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="large"
background="aurora"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="radial-glow"
@@ -77,18 +74,15 @@ 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 Service"},
{
value: "100+",
title: "Business Owners Served",
},
value: "100+", title: "Business Owners Served"},
]}
imageSrc="http://img.b2bpic.net/free-photo/indoor-shot-blonde-female-having-business-conversation-with-colleague_273609-4708.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/indoor-shot-blonde-female-having-business-conversation-with-colleague_273609-4708.jpg"
imageAlt="Financial clarity and organization"
useInvertedBackground={false}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
@@ -101,34 +95,22 @@ export default function AboutPage() {
features={[
{
icon: FileText,
title: "Monthly Bookkeeping",
description: "Accurate monthly reconciliation and categorized transactions so your books are always current and audit-ready.",
},
title: "Monthly Bookkeeping", description: "Accurate monthly reconciliation and categorized transactions so your books are always current and audit-ready."},
{
icon: BarChart3,
title: "Financial Reports",
description: "Clear monthly reports that show exactly how your business is performing and where your money goes.",
},
title: "Financial Reports", description: "Clear monthly reports that show exactly how your business is performing and where your money goes."},
{
icon: Users,
title: "Dedicated Support",
description: "Talk to real humans who respond quickly and help you understand your finances without jargon.",
},
title: "Dedicated Support", description: "Talk to real humans who respond quickly and help you understand your finances without jargon."},
{
icon: Target,
title: "Business Owner Friendly",
description: "Perfect for entrepreneurs, realtors, Amazon sellers, and small business owners who value their time.",
},
title: "Business Owner Friendly", description: "Perfect for entrepreneurs, realtors, Amazon sellers, and small business owners who value their time."},
{
icon: TrendingUp,
title: "Book Cleanup",
description: "Behind on your books? We organize past months or years of financial records to get you current.",
},
title: "Book Cleanup", description: "Behind on your books? We organize past months or years of financial records to get you current."},
{
icon: Lock,
title: "Secure & Confidential",
description: "Your financial data is protected with enterprise-grade security and complete confidentiality.",
},
title: "Secure & Confidential", description: "Your financial data is protected with enterprise-grade security and complete confidentiality."},
]}
textboxLayout="default"
animationType="slide-up"