Merge version_1 into main #2
@@ -45,7 +45,7 @@ export default function AboutPage() {
|
||||
{ text: "See My Work", href: "/reviews" }
|
||||
]}
|
||||
background={{ variant: "aurora" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/middle-age-caucasian-businesswoman-smiling-happy-working-office_839833-9695.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/middle-age-caucasian-businesswoman-smiling-happy-working-office_839833-9695.jpg"
|
||||
imageAlt="Khiana, CPA and founder of Blue Goat Consulting"
|
||||
mediaAnimation="slide-up"
|
||||
frameStyle="card"
|
||||
@@ -77,28 +77,16 @@ export default function AboutPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarahjohnson",
|
||||
testimonial: "Second year using Blue Goat—professional, knowledgeable, attentive, and thorough. Khiana makes tax season actually manageable. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2"
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahjohnson", testimonial: "Second year using Blue Goat—professional, knowledgeable, attentive, and thorough. Khiana makes tax season actually manageable. Highly recommend.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "@mchen_cpa",
|
||||
testimonial: "More than just an accountant—Khiana educates you through the tax process. I finally understand why certain decisions matter for my business.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"
|
||||
id: "2", name: "Michael Chen", handle: "@mchen_cpa", testimonial: "More than just an accountant—Khiana educates you through the tax process. I finally understand why certain decisions matter for my business.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@emilyrodriguez",
|
||||
testimonial: "We got over 4x more back than TurboTax would have given us. She made the whole process easy and explained everything clearly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=2"
|
||||
id: "3", name: "Emily Rodriguez", handle: "@emilyrodriguez", testimonial: "We got over 4x more back than TurboTax would have given us. She made the whole process easy and explained everything clearly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -108,8 +96,7 @@ export default function AboutPage() {
|
||||
logoText="Blue Goat Consulting"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Tax Preparation", href: "/services" },
|
||||
{ label: "Business Consulting", href: "/services" },
|
||||
{ label: "Tax Planning", href: "/services" },
|
||||
@@ -117,8 +104,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "For Everyone",
|
||||
items: [
|
||||
title: "For Everyone", items: [
|
||||
{ label: "Individuals", href: "/for-individuals" },
|
||||
{ label: "Small Businesses", href: "/for-businesses" },
|
||||
{ label: "About Khiana", href: "/about" },
|
||||
@@ -126,8 +112,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Book a Consultation", href: "/contact" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Secure Document Upload", href: "#" },
|
||||
|
||||
@@ -40,7 +40,7 @@ export default function ContactPage() {
|
||||
title="Ready for a Smoother Tax Season?"
|
||||
description="Book a consultation and get a clear plan—fast. We'll respond within 24 hours with next steps and document guidance."
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/broker-offering-agreement-contract-elderly-couple_482257-115634.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/broker-offering-agreement-contract-elderly-couple_482257-115634.jpg"
|
||||
imageAlt="Professional consultation setup"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -51,9 +51,7 @@ export default function ContactPage() {
|
||||
{ name: "type", type: "text", placeholder: "Individual or Business?", required: false }
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your situation and what you need help with...",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Tell us about your situation and what you need help with...", rows: 4,
|
||||
required: false
|
||||
}}
|
||||
buttonText="Book Consultation"
|
||||
@@ -69,24 +67,16 @@ export default function ContactPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How fast will you respond?",
|
||||
content: "We typically respond within 24 hours to all consultation requests. You'll get a clear timeline and next steps immediately."
|
||||
id: "1", title: "How fast will you respond?", content: "We typically respond within 24 hours to all consultation requests. You'll get a clear timeline and next steps immediately."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "What should I prepare for the consultation?",
|
||||
content: "Just bring your questions and a basic understanding of your tax situation. We'll guide you on exactly what documents you'll need after we talk."
|
||||
id: "2", title: "What should I prepare for the consultation?", content: "Just bring your questions and a basic understanding of your tax situation. We'll guide you on exactly what documents you'll need after we talk."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is there a consultation fee?",
|
||||
content: "Initial consultations are complimentary. We want to understand your needs and explain how we can help before any commitment."
|
||||
id: "3", title: "Is there a consultation fee?", content: "Initial consultations are complimentary. We want to understand your needs and explain how we can help before any commitment."
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can you work with clients remotely?",
|
||||
content: "Absolutely. We work with clients nationwide through secure video calls, document portals, and digital signing. Geography is no barrier to great service."
|
||||
id: "4", title: "Can you work with clients remotely?", content: "Absolutely. We work with clients nationwide through secure video calls, document portals, and digital signing. Geography is no barrier to great service."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -108,8 +98,7 @@ export default function ContactPage() {
|
||||
logoText="Blue Goat Consulting"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Tax Preparation", href: "/services" },
|
||||
{ label: "Business Consulting", href: "/services" },
|
||||
{ label: "Tax Planning", href: "/services" },
|
||||
@@ -117,8 +106,7 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "For Everyone",
|
||||
items: [
|
||||
title: "For Everyone", items: [
|
||||
{ label: "Individuals", href: "/for-individuals" },
|
||||
{ label: "Small Businesses", href: "/for-businesses" },
|
||||
{ label: "About Khiana", href: "/about" },
|
||||
@@ -126,8 +114,7 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Book a Consultation", href: "/contact" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Secure Document Upload", href: "#" },
|
||||
|
||||
@@ -5,35 +5,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const lora = Lora({
|
||||
variable: "--font-lora",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-lora", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Blue Goat Consulting | CPA & Tax Planning for Individuals & Small Business",
|
||||
description: "Expert CPA and tax consulting services for individuals and small business owners. Fast, thorough, and educational. Book a consultation with Khiana today.",
|
||||
keywords: "CPA, tax preparation, tax planning, small business accounting, tax services, business consulting",
|
||||
robots: {
|
||||
title: "Blue Goat Consulting | CPA & Tax Planning for Individuals & Small Business", description: "Expert CPA and tax consulting services for individuals and small business owners. Fast, thorough, and educational. Book a consultation with Khiana today.", keywords: "CPA, tax preparation, tax planning, small business accounting, tax services, business consulting", robots: {
|
||||
index: true,
|
||||
follow: true
|
||||
},
|
||||
openGraph: {
|
||||
title: "Blue Goat Consulting | White-Glove CPA & Tax Services",
|
||||
description: "Professional tax and business consulting designed for people who value clarity, responsiveness, and genuine expertise.",
|
||||
siteName: "Blue Goat Consulting",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Blue Goat Consulting | White-Glove CPA & Tax Services", description: "Professional tax and business consulting designed for people who value clarity, responsiveness, and genuine expertise.", siteName: "Blue Goat Consulting", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/middle-age-caucasian-businesswoman-smiling-happy-working-office_839833-9695.jpg",
|
||||
alt: "Blue Goat Consulting - Khiana, Professional CPA"
|
||||
url: "http://img.b2bpic.net/free-photo/middle-age-caucasian-businesswoman-smiling-happy-working-office_839833-9695.jpg", alt: "Blue Goat Consulting - Khiana, Professional CPA"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Blue Goat Consulting | CPA & Tax Services",
|
||||
description: "Expert tax preparation and business consulting for individuals and small business owners.",
|
||||
images: ["http://img.b2bpic.net/free-photo/middle-age-caucasian-businesswoman-smiling-happy-working-office_839833-9695.jpg"]
|
||||
card: "summary_large_image", title: "Blue Goat Consulting | CPA & Tax Services", description: "Expert tax preparation and business consulting for individuals and small business owners.", images: ["http://img.b2bpic.net/free-photo/middle-age-caucasian-businesswoman-smiling-happy-working-office_839833-9695.jpg"]
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@ export default function HomePage() {
|
||||
{ text: "See Services", href: "/services" }
|
||||
]}
|
||||
background={{ variant: "aurora" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/middle-age-caucasian-businesswoman-smiling-happy-working-office_839833-9695.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/middle-age-caucasian-businesswoman-smiling-happy-working-office_839833-9695.jpg"
|
||||
imageAlt="Khiana, CPA at Blue Goat Consulting"
|
||||
mediaAnimation="slide-up"
|
||||
frameStyle="card"
|
||||
@@ -59,7 +59,7 @@ export default function HomePage() {
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
title="Clients describe the experience in one word"
|
||||
description="\"Amazing. Professional. Caring. Thorough. Responsive.\" Year after year, clients return because they trust the expertise and feel genuinely heard."
|
||||
description="Amazing. Professional. Caring. Thorough. Responsive. Year after year, clients return because they trust the expertise and feel genuinely heard."
|
||||
names={["Professional & Knowledgeable", "Fast & Responsive", "Thorough & Attentive", "Educational", "Caring Approach", "Above & Beyond"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -75,16 +75,12 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "For Individuals",
|
||||
description: "Stress-free tax preparation and filing explained clearly so you know what's happening and why. From simple returns to complex situations—handled with care.",
|
||||
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/office-equipment-put-table_23-2147651021.jpg" },
|
||||
title: "For Individuals", description: "Stress-free tax preparation and filing explained clearly so you know what's happening and why. From simple returns to complex situations—handled with care.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/office-equipment-put-table_23-2147651021.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-workspace-desk-with-computer-notepad_53876-65111.jpg" }
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "For Business Owners",
|
||||
description: "Small business tax filing plus forward-looking strategy. From entity guidance to year-round planning, we help you make smarter moves and maximize outcomes.",
|
||||
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/business-leaders-consulting-expert_74855-2095.jpg" },
|
||||
title: "For Business Owners", description: "Small business tax filing plus forward-looking strategy. From entity guidance to year-round planning, we help you make smarter moves and maximize outcomes.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/business-leaders-consulting-expert_74855-2095.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-her-coworkers-clapping-hands-meeting-office_637285-207.jpg" }
|
||||
}
|
||||
]}
|
||||
@@ -121,36 +117,20 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarahjohnson",
|
||||
testimonial: "Second year using Blue Goat—professional, knowledgeable, attentive, and thorough. Khiana makes tax season actually manageable. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1"
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahjohnson", testimonial: "Second year using Blue Goat—professional, knowledgeable, attentive, and thorough. Khiana makes tax season actually manageable. Highly recommend.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "@mchen_cpa",
|
||||
testimonial: "More than just an accountant—Khiana educates you through the tax process. I finally understand why certain decisions matter for my business.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"
|
||||
id: "2", name: "Michael Chen", handle: "@mchen_cpa", testimonial: "More than just an accountant—Khiana educates you through the tax process. I finally understand why certain decisions matter for my business.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@emilyrodriguez",
|
||||
testimonial: "We got over 4x more back than TurboTax would have given us. She made the whole process easy and explained everything clearly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=1"
|
||||
id: "3", name: "Emily Rodriguez", handle: "@emilyrodriguez", testimonial: "We got over 4x more back than TurboTax would have given us. She made the whole process easy and explained everything clearly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "@davidkim_biz",
|
||||
testimonial: "Fast, responsive, and genuinely cares about client success. Working with Khiana feels like having a financial guardian in my corner.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"
|
||||
id: "4", name: "David Kim", handle: "@davidkim_biz", testimonial: "Fast, responsive, and genuinely cares about client success. Working with Khiana feels like having a financial guardian in my corner.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -160,8 +140,7 @@ export default function HomePage() {
|
||||
logoText="Blue Goat Consulting"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Tax Preparation", href: "/services" },
|
||||
{ label: "Business Consulting", href: "/services" },
|
||||
{ label: "Tax Planning", href: "/services" },
|
||||
@@ -169,8 +148,7 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "For Everyone",
|
||||
items: [
|
||||
title: "For Everyone", items: [
|
||||
{ label: "Individuals", href: "/for-individuals" },
|
||||
{ label: "Small Businesses", href: "/for-businesses" },
|
||||
{ label: "About Khiana", href: "/about" },
|
||||
@@ -178,8 +156,7 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Book a Consultation", href: "/contact" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Secure Document Upload", href: "#" },
|
||||
|
||||
@@ -44,31 +44,19 @@ export default function ServicesPage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "step-1",
|
||||
price: "01",
|
||||
name: "Book a Consultation",
|
||||
buttons: [{ text: "Get Started", href: "/contact" }],
|
||||
id: "step-1", price: "01", name: "Book a Consultation", buttons: [{ text: "Get Started", href: "/contact" }],
|
||||
features: ["Tell us your situation and goals", "Discuss your unique needs", "No pressure—just a conversation"]
|
||||
},
|
||||
{
|
||||
id: "step-2",
|
||||
price: "02",
|
||||
name: "Provide Documents",
|
||||
buttons: [{ text: "Secure Upload", href: "#" }],
|
||||
id: "step-2", price: "02", name: "Provide Documents", buttons: [{ text: "Secure Upload", href: "#" }],
|
||||
features: ["We guide you on exactly what's needed", "Secure document upload", "Clear checklists"]
|
||||
},
|
||||
{
|
||||
id: "step-3",
|
||||
price: "03",
|
||||
name: "We Handle the Work",
|
||||
buttons: [{ text: "Expert Handling", href: "#" }],
|
||||
id: "step-3", price: "03", name: "We Handle the Work", buttons: [{ text: "Expert Handling", href: "#" }],
|
||||
features: ["Accurate, compliant, optimized filing", "Strategy applied to maximize outcomes", "No surprises"]
|
||||
},
|
||||
{
|
||||
id: "step-4",
|
||||
price: "04",
|
||||
name: "Review & Explain",
|
||||
buttons: [{ text: "Understand Your Results", href: "#" }],
|
||||
id: "step-4", price: "04", name: "Review & Explain", buttons: [{ text: "Understand Your Results", href: "#" }],
|
||||
features: ["We walk you through everything", "You understand your outcome", "Confidence, not confusion"]
|
||||
}
|
||||
]}
|
||||
@@ -84,24 +72,16 @@ export default function ServicesPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What documents do I need to provide?",
|
||||
content: "We'll send you a detailed checklist specific to your situation—W-2s, 1099s, business records, receipts, and any prior-year returns. We guide you every step so nothing falls through the cracks."
|
||||
id: "1", title: "What documents do I need to provide?", content: "We'll send you a detailed checklist specific to your situation—W-2s, 1099s, business records, receipts, and any prior-year returns. We guide you every step so nothing falls through the cracks."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "How fast can we get started?",
|
||||
content: "We typically respond within 24 hours. Once you book a consultation, we'll schedule a time that works and provide you with document upload instructions. Most clients complete submissions within a week."
|
||||
id: "2", title: "How fast can we get started?", content: "We typically respond within 24 hours. Once you book a consultation, we'll schedule a time that works and provide you with document upload instructions. Most clients complete submissions within a week."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you work with first-time business owners?",
|
||||
content: "Absolutely. We specialize in educating new business owners on entity structure, tax strategy, and what to expect. No question is too basic—clarity is part of our service."
|
||||
id: "3", title: "Do you work with first-time business owners?", content: "Absolutely. We specialize in educating new business owners on entity structure, tax strategy, and what to expect. No question is too basic—clarity is part of our service."
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can you help if I used TurboTax before?",
|
||||
content: "Yes. We'll review your prior return, identify missed deductions or optimization opportunities, and ensure you're set up correctly going forward. Many clients see significant refunds after a review."
|
||||
id: "4", title: "Can you help if I used TurboTax before?", content: "Yes. We'll review your prior return, identify missed deductions or optimization opportunities, and ensure you're set up correctly going forward. Many clients see significant refunds after a review."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -112,7 +92,7 @@ export default function ServicesPage() {
|
||||
title="Ready to Get Started?"
|
||||
description="Book your consultation today and discover how Blue Goat Consulting can simplify your taxes and optimize your financial strategy."
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/broker-offering-agreement-contract-elderly-couple_482257-115634.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/broker-offering-agreement-contract-elderly-couple_482257-115634.jpg"
|
||||
imageAlt="Professional consultation setup"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -121,9 +101,7 @@ export default function ServicesPage() {
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true }
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your tax situation and what you need help with...",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Tell us about your tax situation and what you need help with...", rows: 4,
|
||||
required: false
|
||||
}}
|
||||
buttonText="Book Consultation"
|
||||
@@ -134,8 +112,7 @@ export default function ServicesPage() {
|
||||
logoText="Blue Goat Consulting"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Tax Preparation", href: "/services" },
|
||||
{ label: "Business Consulting", href: "/services" },
|
||||
{ label: "Tax Planning", href: "/services" },
|
||||
@@ -143,8 +120,7 @@ export default function ServicesPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "For Everyone",
|
||||
items: [
|
||||
title: "For Everyone", items: [
|
||||
{ label: "Individuals", href: "/for-individuals" },
|
||||
{ label: "Small Businesses", href: "/for-businesses" },
|
||||
{ label: "About Khiana", href: "/about" },
|
||||
@@ -152,8 +128,7 @@ export default function ServicesPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Book a Consultation", href: "/contact" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Secure Document Upload", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user