Update src/app/contact/page.tsx

This commit is contained in:
2026-03-12 01:32:13 +00:00
parent 273899b4e7
commit 5094e256cc

View File

@@ -19,8 +19,7 @@ export default function ContactPage() {
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 ContactPage() {
],
},
{
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 ContactPage() {
],
},
{
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 ContactPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="large"
background="aurora"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="radial-glow"
@@ -73,29 +70,23 @@ export default function ContactPage() {
<HeroBillboard
title="Get in Touch with BookKeepwithUs"
description="Ready to simplify your bookkeeping? Fill out the form below or schedule a free consultation with our team. We're here to answer your questions and help you get started."
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
tag="5.0 Rating - Trusted by Business Owners"
tagIcon={Star}
buttons={[
{ text: "Schedule Consultation", href: "/contact" },
{ text: "Back to Home", href: "/" },
]}
imageSrc="http://img.b2bpic.net/free-photo/young-pretty-woman-working-with-laptop-taking-notes-desktop-office_231208-5894.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/young-pretty-woman-working-with-laptop-taking-notes-desktop-office_231208-5894.jpg"
imageAlt="Professional bookkeeping setup with laptop and financial documents"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275677.jpg",
alt: "Jeff Burrows",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275677.jpg", alt: "Jeff Burrows"},
{
src: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg",
alt: "Danielle Gordon",
},
src: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg", alt: "Danielle Gordon"},
{
src: "http://img.b2bpic.net/free-photo/vertical-shot-well-dressed-male-leaning-against-wall-looking-camera_181624-15421.jpg",
alt: "Jeffrey Thomas Brown",
},
src: "http://img.b2bpic.net/free-photo/vertical-shot-well-dressed-male-leaning-against-wall-looking-camera_181624-15421.jpg", alt: "Jeffrey Thomas Brown"},
]}
avatarText="Trusted by 100+ business owners"
/>