Add complete project files
This commit is contained in:
186
app/services/advisory/page.tsx
Executable file
186
app/services/advisory/page.tsx
Executable file
@@ -0,0 +1,186 @@
|
||||
import type { Metadata } from 'next';
|
||||
import { CTASection } from '@/components/cta-section';
|
||||
import Image from 'next/image';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Advisory Services',
|
||||
description: 'Strategic advisory services to help you achieve your business and economic goals.',
|
||||
openGraph: {
|
||||
title: 'Advisory Services',
|
||||
description: 'Strategic advisory services to help you achieve your business and economic goals.',
|
||||
images: ['/images/service-advisory.jpg'],
|
||||
},
|
||||
};
|
||||
|
||||
export default function AdvisoryServicesPage() {
|
||||
return (
|
||||
<>
|
||||
{/* Hero */}
|
||||
<section className="bg-navy py-16 sm:py-24">
|
||||
<div className="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
|
||||
<h1 className="text-4xl font-bold tracking-tight text-cloud sm:text-5xl mb-6">
|
||||
Advisory Services
|
||||
</h1>
|
||||
<p className="text-xl text-cloud/90 max-w-3xl mx-auto mb-8">
|
||||
Expert business advisory services to help you make informed decisions and optimize your business performance.
|
||||
</p>
|
||||
<button className="bg-cloud text-navy px-8 py-3 rounded-lg font-semibold hover:bg-cloud/90 transition-colors border-2 border-cloud">
|
||||
Schedule a Consultation
|
||||
</button>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section className="bg-cloud py-16 sm:py-20">
|
||||
<div className="mx-auto max-w-7xl px-4 lg:px-6">
|
||||
<div className="mx-auto max-w-2xl lg:max-w-none">
|
||||
<div className="grid grid-cols-1 gap-16 lg:grid-cols-2 lg:gap-24">
|
||||
<div>
|
||||
<div className="flex items-center mb-6">
|
||||
<div className="flex h-12 w-12 items-center justify-center rounded-lg bg-navy mr-4">
|
||||
<svg className="h-6 w-6 text-cloud" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z" />
|
||||
</svg>
|
||||
</div>
|
||||
<div>
|
||||
<h1 className="text-3xl font-bold tracking-tight text-ink sm:text-4xl">
|
||||
Advisory Services
|
||||
</h1>
|
||||
<p className="text-lg text-teal">Strategic Business Guidance</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p className="text-lg leading-8 text-slate mb-8">
|
||||
Expert business advisory services to help you make informed decisions and optimize your business performance.
|
||||
</p>
|
||||
|
||||
<div className="grid grid-cols-1 lg:grid-cols-2 gap-8">
|
||||
<div>
|
||||
<h3 className="text-lg font-semibold text-ink mb-4">What We Do</h3>
|
||||
<ul className="space-y-3">
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<div className="flex h-2 w-2 items-center justify-center rounded-full bg-teal mt-2 mr-3"></div>
|
||||
</div>
|
||||
<span className="text-slate">Business valuation services</span>
|
||||
</li>
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<div className="flex h-2 w-2 items-center justify-center rounded-full bg-teal mt-2 mr-3"></div>
|
||||
</div>
|
||||
<span className="text-slate">Financial analysis and reporting</span>
|
||||
</li>
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<div className="flex h-2 w-2 items-center justify-center rounded-full bg-teal mt-2 mr-3"></div>
|
||||
</div>
|
||||
<span className="text-slate">Strategic planning facilitation</span>
|
||||
</li>
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<div className="flex h-2 w-2 items-center justify-center rounded-full bg-teal mt-2 mr-3"></div>
|
||||
</div>
|
||||
<span className="text-slate">Performance improvement consulting</span>
|
||||
</li>
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<div className="flex h-2 w-2 items-center justify-center rounded-full bg-teal mt-2 mr-3"></div>
|
||||
</div>
|
||||
<span className="text-slate">Merger and acquisition support</span>
|
||||
</li>
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<div className="flex h-2 w-2 items-center justify-center rounded-full bg-teal mt-2 mr-3"></div>
|
||||
</div>
|
||||
<span className="text-slate">Cash flow management</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3 className="text-lg font-semibold text-ink mb-4">Outcomes</h3>
|
||||
<ul className="space-y-3">
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<svg className="h-5 w-5 text-green-500 mt-0.5 mr-3" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path fillRule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clipRule="evenodd" />
|
||||
</svg>
|
||||
</div>
|
||||
<span className="text-slate">Data-driven business decisions</span>
|
||||
</li>
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<svg className="h-5 w-5 text-green-500 mt-0.5 mr-3" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path fillRule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clipRule="evenodd" />
|
||||
</svg>
|
||||
</div>
|
||||
<span className="text-slate">Improved operational efficiency</span>
|
||||
</li>
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<svg className="h-5 w-5 text-green-500 mt-0.5 mr-3" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path fillRule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clipRule="evenodd" />
|
||||
</svg>
|
||||
</div>
|
||||
<span className="text-slate">Enhanced business value</span>
|
||||
</li>
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<svg className="h-5 w-5 text-green-500 mt-0.5 mr-3" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path fillRule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clipRule="evenodd" />
|
||||
</svg>
|
||||
</div>
|
||||
<span className="text-slate">Strategic competitive advantage</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="mt-8">
|
||||
<button className="bg-navy text-cloud px-6 py-3 rounded-lg font-semibold hover:bg-navy/90 transition-colors flex items-center">
|
||||
Learn More About Advisory Services
|
||||
<svg className="ml-2 h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 5l7 7-7 7" />
|
||||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="relative">
|
||||
<div className="bg-sand p-8 rounded-lg shadow-lg">
|
||||
<div className="flex items-center justify-center mb-6">
|
||||
<div className="h-48 w-48 border rounded-lg overflow-hidden">
|
||||
<Image
|
||||
src="/images/service-advisory.jpg"
|
||||
alt="Advisory Services"
|
||||
width={192}
|
||||
height={192}
|
||||
className="h-full w-full object-cover"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<h2 className="text-2xl font-bold text-ink text-center mb-2">Advisory Services</h2>
|
||||
<p className="text-teal text-center">Strategic Business Guidance</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<CTASection
|
||||
title="Ready to Get Started?"
|
||||
description="Contact Hampton, Brown & Associates today to discuss your needs and learn how our comprehensive CPA services can help you achieve your financial goals."
|
||||
primaryCta={{
|
||||
text: 'Schedule Free Consultation',
|
||||
href: '/contact',
|
||||
icon: 'phone',
|
||||
}}
|
||||
secondaryCta={{
|
||||
text: 'Call (361) 888-7711',
|
||||
href: 'tel:+1-361-888-7711',
|
||||
}}
|
||||
variant="dark"
|
||||
/>
|
||||
</>
|
||||
);
|
||||
}
|
||||
186
app/services/estate-tax-planning/page.tsx
Executable file
186
app/services/estate-tax-planning/page.tsx
Executable file
@@ -0,0 +1,186 @@
|
||||
import type { Metadata } from 'next';
|
||||
import { CTASection } from '@/components/cta-section';
|
||||
import Image from 'next/image';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Estate Tax Planning Services',
|
||||
description: 'Comprehensive estate tax planning to protect your legacy and minimize estate taxes.',
|
||||
openGraph: {
|
||||
title: 'Estate Tax Planning Services',
|
||||
description: 'Comprehensive estate tax planning to protect your legacy and minimize estate taxes.',
|
||||
images: ['/images/service-estate-tax.jpg'],
|
||||
},
|
||||
};
|
||||
|
||||
export default function EstateTaxPlanningPage() {
|
||||
return (
|
||||
<>
|
||||
{/* Hero */}
|
||||
<section className="bg-navy py-16 sm:py-24">
|
||||
<div className="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
|
||||
<h1 className="text-4xl font-bold tracking-tight text-cloud sm:text-5xl mb-6">
|
||||
Estate Tax Planning Services
|
||||
</h1>
|
||||
<p className="text-xl text-cloud/90 max-w-3xl mx-auto mb-8">
|
||||
Comprehensive estate planning strategies to minimize estate taxes and ensure your wealth transfers efficiently to future generations.
|
||||
</p>
|
||||
<button className="bg-cloud text-navy px-8 py-3 rounded-lg font-semibold hover:bg-cloud/90 transition-colors border-2 border-cloud">
|
||||
Schedule a Consultation
|
||||
</button>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section className="bg-cloud py-16 sm:py-20">
|
||||
<div className="mx-auto max-w-7xl px-4 lg:px-6">
|
||||
<div className="mx-auto max-w-2xl lg:max-w-none">
|
||||
<div className="grid grid-cols-1 gap-16 lg:grid-cols-2 lg:gap-24">
|
||||
<div>
|
||||
<div className="flex items-center mb-6">
|
||||
<div className="flex h-12 w-12 items-center justify-center rounded-lg bg-navy mr-4">
|
||||
<svg className="h-6 w-6 text-cloud" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z" />
|
||||
</svg>
|
||||
</div>
|
||||
<div>
|
||||
<h1 className="text-3xl font-bold tracking-tight text-ink sm:text-4xl">
|
||||
Estate Tax Planning
|
||||
</h1>
|
||||
<p className="text-lg text-teal">Protect and Transfer Your Wealth</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p className="text-lg leading-8 text-slate mb-8">
|
||||
Comprehensive estate planning strategies to minimize estate taxes and ensure your wealth transfers efficiently to future generations.
|
||||
</p>
|
||||
|
||||
<div className="grid grid-cols-1 lg:grid-cols-2 gap-8">
|
||||
<div>
|
||||
<h3 className="text-lg font-semibold text-ink mb-4">What We Do</h3>
|
||||
<ul className="space-y-3">
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<div className="flex h-2 w-2 items-center justify-center rounded-full bg-teal mt-2 mr-3"></div>
|
||||
</div>
|
||||
<span className="text-slate">Estate tax reduction strategies</span>
|
||||
</li>
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<div className="flex h-2 w-2 items-center justify-center rounded-full bg-teal mt-2 mr-3"></div>
|
||||
</div>
|
||||
<span className="text-slate">Business succession planning</span>
|
||||
</li>
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<div className="flex h-2 w-2 items-center justify-center rounded-full bg-teal mt-2 mr-3"></div>
|
||||
</div>
|
||||
<span className="text-slate">Trust structure design and implementation</span>
|
||||
</li>
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<div className="flex h-2 w-2 items-center justify-center rounded-full bg-teal mt-2 mr-3"></div>
|
||||
</div>
|
||||
<span className="text-slate">Gift tax planning and compliance</span>
|
||||
</li>
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<div className="flex h-2 w-2 items-center justify-center rounded-full bg-teal mt-2 mr-3"></div>
|
||||
</div>
|
||||
<span className="text-slate">Charitable giving strategies</span>
|
||||
</li>
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<div className="flex h-2 w-2 items-center justify-center rounded-full bg-teal mt-2 mr-3"></div>
|
||||
</div>
|
||||
<span className="text-slate">Generation-skipping transfer tax planning</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3 className="text-lg font-semibold text-ink mb-4">Outcomes</h3>
|
||||
<ul className="space-y-3">
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<svg className="h-5 w-5 text-green-500 mt-0.5 mr-3" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path fillRule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clipRule="evenodd" />
|
||||
</svg>
|
||||
</div>
|
||||
<span className="text-slate">Minimized estate tax liability</span>
|
||||
</li>
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<svg className="h-5 w-5 text-green-500 mt-0.5 mr-3" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path fillRule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clipRule="evenodd" />
|
||||
</svg>
|
||||
</div>
|
||||
<span className="text-slate">Smooth wealth transfer to heirs</span>
|
||||
</li>
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<svg className="h-5 w-5 text-green-500 mt-0.5 mr-3" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path fillRule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clipRule="evenodd" />
|
||||
</svg>
|
||||
</div>
|
||||
<span className="text-slate">Protected family business interests</span>
|
||||
</li>
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<svg className="h-5 w-5 text-green-500 mt-0.5 mr-3" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path fillRule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clipRule="evenodd" />
|
||||
</svg>
|
||||
</div>
|
||||
<span className="text-slate">Optimized charitable giving impact</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="mt-8">
|
||||
<button className="bg-navy text-cloud px-6 py-3 rounded-lg font-semibold hover:bg-navy/90 transition-colors flex items-center">
|
||||
Learn More About Estate Tax Planning
|
||||
<svg className="ml-2 h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 5l7 7-7 7" />
|
||||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="relative">
|
||||
<div className="bg-sand p-8 rounded-lg shadow-lg">
|
||||
<div className="flex items-center justify-center mb-6">
|
||||
<div className="h-48 w-48 border rounded-lg overflow-hidden">
|
||||
<Image
|
||||
src="/images/service-estate-tax.jpg"
|
||||
alt="Estate Tax Planning"
|
||||
width={192}
|
||||
height={192}
|
||||
className="h-full w-full object-cover"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<h2 className="text-2xl font-bold text-ink text-center mb-2">Estate Tax Planning</h2>
|
||||
<p className="text-teal text-center">Protect and Transfer Your Wealth</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<CTASection
|
||||
title="Ready to Get Started?"
|
||||
description="Contact Hampton, Brown & Associates today to discuss your needs and learn how our comprehensive CPA services can help you achieve your financial goals."
|
||||
primaryCta={{
|
||||
text: 'Schedule Free Consultation',
|
||||
href: '/contact',
|
||||
icon: 'phone',
|
||||
}}
|
||||
secondaryCta={{
|
||||
text: 'Call (361) 888-7711',
|
||||
href: 'tel:+1-361-888-7711',
|
||||
}}
|
||||
variant="dark"
|
||||
/>
|
||||
</>
|
||||
);
|
||||
}
|
||||
158
app/services/federal-income-tax/page.tsx
Executable file
158
app/services/federal-income-tax/page.tsx
Executable file
@@ -0,0 +1,158 @@
|
||||
import type { Metadata } from 'next';
|
||||
import { CTASection } from '@/components/cta-section';
|
||||
import Image from 'next/image';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Federal Income Tax Services',
|
||||
description: 'Comprehensive federal income tax services including preparation, planning, and strategic tax management.',
|
||||
openGraph: {
|
||||
title: 'Federal Income Tax Services',
|
||||
description: 'Comprehensive federal income tax services for individuals and businesses.',
|
||||
images: ['/images/service-income-tax.jpg'],
|
||||
},
|
||||
};
|
||||
|
||||
export default function FederalIncomeTaxPage() {
|
||||
return (
|
||||
<>
|
||||
{/* Hero */}
|
||||
<section className="bg-navy py-16 sm:py-24">
|
||||
<div className="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
|
||||
<h1 className="text-4xl font-bold tracking-tight text-cloud sm:text-5xl mb-6">
|
||||
Federal Income Tax Services
|
||||
</h1>
|
||||
<p className="text-xl text-cloud/90 max-w-3xl mx-auto mb-8">
|
||||
Complete tax preparation services combined with proactive tax planning strategies to minimize your liability and maximize savings.
|
||||
</p>
|
||||
<button className="bg-cloud text-navy px-8 py-3 rounded-lg font-semibold hover:bg-cloud/90 transition-colors border-2 border-cloud">
|
||||
Schedule a Consultation
|
||||
</button>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section className="bg-cloud py-16 sm:py-20">
|
||||
<div className="mx-auto max-w-7xl px-4 lg:px-6">
|
||||
<div className="mx-auto max-w-2xl lg:max-w-none">
|
||||
<div className="grid grid-cols-1 gap-16 lg:grid-cols-2 lg:gap-24">
|
||||
<div>
|
||||
<div className="flex items-center mb-6">
|
||||
<div className="flex h-12 w-12 items-center justify-center rounded-lg bg-navy mr-4">
|
||||
<svg className="h-6 w-6 text-cloud" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 7h6m0 10v-3m-3 3h.01M9 17h.01M9 14h.01M12 14h.01M15 11h.01M12 11h.01M9 11h.01M7 21h10a2 2 0 002-2V5a2 2 0 00-2-2H7a2 2 0 00-2 2v14a2 2 0 002 2z" />
|
||||
</svg>
|
||||
</div>
|
||||
<div>
|
||||
<h1 className="text-3xl font-bold tracking-tight text-ink sm:text-4xl">
|
||||
Federal Income Tax
|
||||
</h1>
|
||||
<p className="text-lg text-teal">Tax Preparation & Strategic Planning</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p className="text-lg leading-8 text-slate mb-8">
|
||||
Complete tax preparation services combined with proactive tax planning strategies to minimize your liability and maximize savings.
|
||||
</p>
|
||||
|
||||
<div className="grid grid-cols-1 lg:grid-cols-2 gap-8">
|
||||
<div>
|
||||
<h3 className="text-lg font-semibold text-ink mb-4">What We Do</h3>
|
||||
<ul className="space-y-3">
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<div className="flex h-2 w-2 items-center justify-center rounded-full bg-teal mt-2 mr-3"></div>
|
||||
</div>
|
||||
<span className="text-slate">Quarterly estimated tax calculations</span>
|
||||
</li>
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<div className="flex h-2 w-2 items-center justify-center rounded-full bg-teal mt-2 mr-3"></div>
|
||||
</div>
|
||||
<span className="text-slate">Multi-state tax return preparation</span>
|
||||
</li>
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<div className="flex h-2 w-2 items-center justify-center rounded-full bg-teal mt-2 mr-3"></div>
|
||||
</div>
|
||||
<span className="text-slate">Tax audit representation and support</span>
|
||||
</li>
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<div className="flex h-2 w-2 items-center justify-center rounded-full bg-teal mt-2 mr-3"></div>
|
||||
</div>
|
||||
<span className="text-slate">Tax resolution services</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3 className="text-lg font-semibold text-ink mb-4">Outcomes</h3>
|
||||
<ul className="space-y-3">
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<svg className="h-5 w-5 text-green-500 mt-0.5 mr-3" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path fillRule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clipRule="evenodd" />
|
||||
</svg>
|
||||
</div>
|
||||
<span className="text-slate">Peace of mind during tax season</span>
|
||||
</li>
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<svg className="h-5 w-5 text-green-500 mt-0.5 mr-3" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path fillRule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clipRule="evenodd" />
|
||||
</svg>
|
||||
</div>
|
||||
<span className="text-slate">Professional audit support if needed</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="mt-8">
|
||||
<button className="bg-navy text-cloud px-6 py-3 rounded-lg font-semibold hover:bg-navy/90 transition-colors flex items-center">
|
||||
Learn More About Federal Income Tax
|
||||
<svg className="ml-2 h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 5l7 7-7 7" />
|
||||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="relative">
|
||||
<div className="bg-sand p-8 rounded-lg shadow-lg">
|
||||
<div className="flex items-center justify-center mb-6">
|
||||
<div className="h-48 w-48 border rounded-lg overflow-hidden">
|
||||
<Image
|
||||
src="/images/service-income-tax.jpg"
|
||||
alt="Federal Income Tax"
|
||||
width={192}
|
||||
height={192}
|
||||
className="h-full w-full object-cover"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<h2 className="text-2xl font-bold text-ink text-center mb-2">Federal Income Tax</h2>
|
||||
<p className="text-teal text-center">Tax Preparation & Strategic Planning</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<CTASection
|
||||
title="Ready to Get Started?"
|
||||
description="Contact Hampton, Brown & Associates today to discuss your needs and learn how our comprehensive CPA services can help you achieve your financial goals."
|
||||
primaryCta={{
|
||||
text: 'Schedule Free Consultation',
|
||||
href: '/contact',
|
||||
icon: 'phone',
|
||||
}}
|
||||
secondaryCta={{
|
||||
text: 'Call (361) 888-7711',
|
||||
href: 'tel:+1-361-888-7711',
|
||||
}}
|
||||
variant="dark"
|
||||
/>
|
||||
</>
|
||||
);
|
||||
}
|
||||
186
app/services/financial-planning/page.tsx
Executable file
186
app/services/financial-planning/page.tsx
Executable file
@@ -0,0 +1,186 @@
|
||||
import type { Metadata } from 'next';
|
||||
import { CTASection } from '@/components/cta-section';
|
||||
import Image from 'next/image';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Financial Planning Services',
|
||||
description: 'Comprehensive financial planning to help you achieve your economic goals and control your financial environment.',
|
||||
openGraph: {
|
||||
title: 'Financial Planning Services',
|
||||
description: 'Comprehensive financial planning to help you achieve your economic goals and control your financial environment.',
|
||||
images: ['/images/service-financial-planning.jpg'],
|
||||
},
|
||||
};
|
||||
|
||||
export default function FinancialPlanningPage() {
|
||||
return (
|
||||
<>
|
||||
{/* Hero */}
|
||||
<section className="bg-navy py-16 sm:py-24">
|
||||
<div className="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
|
||||
<h1 className="text-4xl font-bold tracking-tight text-cloud sm:text-5xl mb-6">
|
||||
Financial Planning Services
|
||||
</h1>
|
||||
<p className="text-xl text-cloud/90 max-w-3xl mx-auto mb-8">
|
||||
Comprehensive financial planning services to help you achieve your long-term goals and build lasting wealth.
|
||||
</p>
|
||||
<button className="bg-cloud text-navy px-8 py-3 rounded-lg font-semibold hover:bg-cloud/90 transition-colors border-2 border-cloud">
|
||||
Schedule a Consultation
|
||||
</button>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section className="bg-cloud py-16 sm:py-20">
|
||||
<div className="mx-auto max-w-7xl px-4 lg:px-6">
|
||||
<div className="mx-auto max-w-2xl lg:max-w-none">
|
||||
<div className="grid grid-cols-1 gap-16 lg:grid-cols-2 lg:gap-24">
|
||||
<div>
|
||||
<div className="flex items-center mb-6">
|
||||
<div className="flex h-12 w-12 items-center justify-center rounded-lg bg-navy mr-4">
|
||||
<svg className="h-6 w-6 text-cloud" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M13 7h8m0 0v8m0-8l-8 8-4-4-6 6" />
|
||||
</svg>
|
||||
</div>
|
||||
<div>
|
||||
<h1 className="text-3xl font-bold tracking-tight text-ink sm:text-4xl">
|
||||
Financial Planning
|
||||
</h1>
|
||||
<p className="text-lg text-teal">Build and Protect Your Financial Future</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p className="text-lg leading-8 text-slate mb-8">
|
||||
Comprehensive financial planning services to help you achieve your long-term goals and build lasting wealth.
|
||||
</p>
|
||||
|
||||
<div className="grid grid-cols-1 lg:grid-cols-2 gap-8">
|
||||
<div>
|
||||
<h3 className="text-lg font-semibold text-ink mb-4">What We Do</h3>
|
||||
<ul className="space-y-3">
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<div className="flex h-2 w-2 items-center justify-center rounded-full bg-teal mt-2 mr-3"></div>
|
||||
</div>
|
||||
<span className="text-slate">Retirement planning and projections</span>
|
||||
</li>
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<div className="flex h-2 w-2 items-center justify-center rounded-full bg-teal mt-2 mr-3"></div>
|
||||
</div>
|
||||
<span className="text-slate">Investment strategy development</span>
|
||||
</li>
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<div className="flex h-2 w-2 items-center justify-center rounded-full bg-teal mt-2 mr-3"></div>
|
||||
</div>
|
||||
<span className="text-slate">Cash flow analysis and budgeting</span>
|
||||
</li>
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<div className="flex h-2 w-2 items-center justify-center rounded-full bg-teal mt-2 mr-3"></div>
|
||||
</div>
|
||||
<span className="text-slate">Risk management and insurance planning</span>
|
||||
</li>
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<div className="flex h-2 w-2 items-center justify-center rounded-full bg-teal mt-2 mr-3"></div>
|
||||
</div>
|
||||
<span className="text-slate">Education funding strategies</span>
|
||||
</li>
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<div className="flex h-2 w-2 items-center justify-center rounded-full bg-teal mt-2 mr-3"></div>
|
||||
</div>
|
||||
<span className="text-slate">Debt management and optimization</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3 className="text-lg font-semibold text-ink mb-4">Outcomes</h3>
|
||||
<ul className="space-y-3">
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<svg className="h-5 w-5 text-green-500 mt-0.5 mr-3" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path fillRule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clipRule="evenodd" />
|
||||
</svg>
|
||||
</div>
|
||||
<span className="text-slate">Clear path to retirement goals</span>
|
||||
</li>
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<svg className="h-5 w-5 text-green-500 mt-0.5 mr-3" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path fillRule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clipRule="evenodd" />
|
||||
</svg>
|
||||
</div>
|
||||
<span className="text-slate">Optimized investment portfolio</span>
|
||||
</li>
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<svg className="h-5 w-5 text-green-500 mt-0.5 mr-3" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path fillRule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clipRule="evenodd" />
|
||||
</svg>
|
||||
</div>
|
||||
<span className="text-slate">Improved cash flow management</span>
|
||||
</li>
|
||||
<li className="flex items-start">
|
||||
<div className="flex-shrink-0">
|
||||
<svg className="h-5 w-5 text-green-500 mt-0.5 mr-3" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path fillRule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clipRule="evenodd" />
|
||||
</svg>
|
||||
</div>
|
||||
<span className="text-slate">Protected against financial risks</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="mt-8">
|
||||
<button className="bg-navy text-cloud px-6 py-3 rounded-lg font-semibold hover:bg-navy/90 transition-colors flex items-center">
|
||||
Learn More About Financial Planning
|
||||
<svg className="ml-2 h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 5l7 7-7 7" />
|
||||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="relative">
|
||||
<div className="bg-sand p-8 rounded-lg shadow-lg">
|
||||
<div className="flex items-center justify-center mb-6">
|
||||
<div className="h-48 w-48 border rounded-lg overflow-hidden">
|
||||
<Image
|
||||
src="/images/service-financial-planning.jpg"
|
||||
alt="Financial Planning"
|
||||
width={192}
|
||||
height={192}
|
||||
className="h-full w-full object-cover"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<h2 className="text-2xl font-bold text-ink text-center mb-2">Financial Planning</h2>
|
||||
<p className="text-teal text-center">Build and Protect Your Financial Future</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<CTASection
|
||||
title="Ready to Get Started?"
|
||||
description="Contact Hampton, Brown & Associates today to discuss your needs and learn how our comprehensive CPA services can help you achieve your financial goals."
|
||||
primaryCta={{
|
||||
text: 'Schedule Free Consultation',
|
||||
href: '/contact',
|
||||
icon: 'phone',
|
||||
}}
|
||||
secondaryCta={{
|
||||
text: 'Call (361) 888-7711',
|
||||
href: 'tel:+1-361-888-7711',
|
||||
}}
|
||||
variant="dark"
|
||||
/>
|
||||
</>
|
||||
);
|
||||
}
|
||||
164
app/services/page.tsx
Executable file
164
app/services/page.tsx
Executable file
@@ -0,0 +1,164 @@
|
||||
import ServiceSection from "@/components/ServiceSection";
|
||||
|
||||
export const metadata = {
|
||||
title: "Services",
|
||||
description: "Comprehensive CPA services overview.",
|
||||
};
|
||||
|
||||
const services = [
|
||||
{
|
||||
slug: "federal-income-tax",
|
||||
title: "Federal Income Tax",
|
||||
subtitle: "Tax Preparation & Strategic Planning",
|
||||
blurb:
|
||||
"Complete tax preparation services combined with proactive planning to minimize liability and maximize savings.",
|
||||
whatWeDo: [
|
||||
"Individual & business tax returns",
|
||||
"Year-round tax planning",
|
||||
"Quarterly estimated taxes",
|
||||
"Multi-state filings",
|
||||
"Audit representation",
|
||||
"Tax resolution services",
|
||||
],
|
||||
outcomes: [
|
||||
"Reduced tax liability",
|
||||
"Accurate, compliant filings",
|
||||
"Peace of mind during tax season",
|
||||
"Professional audit support",
|
||||
],
|
||||
iconName: "calculator",
|
||||
image: "/images/service-income-tax.jpg",
|
||||
},
|
||||
{
|
||||
slug: "estate-tax-planning",
|
||||
title: "Estate Tax Planning",
|
||||
subtitle: "Protect and Transfer Your Wealth",
|
||||
blurb:
|
||||
"Comprehensive strategies to minimize estate taxes and transfer wealth efficiently to future generations.",
|
||||
whatWeDo: [
|
||||
"Estate tax reduction strategies",
|
||||
"Business succession planning",
|
||||
"Trust design & implementation",
|
||||
"Gift tax planning",
|
||||
"Charitable giving strategies",
|
||||
"GST tax planning",
|
||||
],
|
||||
outcomes: [
|
||||
"Minimized estate tax burden",
|
||||
"Smooth transfer to heirs",
|
||||
"Protected family business interests",
|
||||
"Optimized charitable impact",
|
||||
],
|
||||
iconName: "shield",
|
||||
image: "/images/service-estate-tax.jpg",
|
||||
},
|
||||
{
|
||||
slug: "financial-planning",
|
||||
title: "Financial Planning",
|
||||
subtitle: "Build and Protect Your Financial Future",
|
||||
blurb:
|
||||
"Goal-based financial planning to align investments, cash flow, and risk management with your long-term objectives.",
|
||||
whatWeDo: [
|
||||
"Retirement projections",
|
||||
"Investment strategy",
|
||||
"Cash-flow & budgeting",
|
||||
"Risk & insurance planning",
|
||||
"Education funding",
|
||||
"Debt optimization",
|
||||
],
|
||||
outcomes: [
|
||||
"Clear path to retirement",
|
||||
"Optimized portfolio",
|
||||
"Improved cash flow",
|
||||
"Protection against risks",
|
||||
],
|
||||
iconName: "trend-up",
|
||||
image: "/images/service-financial-planning.jpg",
|
||||
},
|
||||
{
|
||||
slug: "public-accounting",
|
||||
title: "Public Accounting",
|
||||
subtitle: "Professional Assurance Services",
|
||||
blurb:
|
||||
"Independent assurance for credible financial statements and stronger business controls.",
|
||||
whatWeDo: [
|
||||
"Financial statement audits",
|
||||
"Reviews & compilations",
|
||||
"Internal control assessments",
|
||||
"Fraud risk evaluation",
|
||||
"Compliance testing",
|
||||
"Management recommendations",
|
||||
],
|
||||
outcomes: [
|
||||
"Enhanced financial credibility",
|
||||
"Improved internal controls",
|
||||
"Better access to capital",
|
||||
"Regulatory assurance",
|
||||
],
|
||||
iconName: "document",
|
||||
image: "/images/service-tax-planning.jpg",
|
||||
},
|
||||
{
|
||||
slug: "advisory",
|
||||
title: "Advisory Services",
|
||||
subtitle: "Strategic Business Guidance",
|
||||
blurb:
|
||||
"Data-driven advice to make informed decisions and optimize performance.",
|
||||
whatWeDo: [
|
||||
"Business valuation",
|
||||
"Financial analysis & reporting",
|
||||
"Strategic planning facilitation",
|
||||
"Performance improvement",
|
||||
"M&A support",
|
||||
"Cash-flow management",
|
||||
],
|
||||
outcomes: [
|
||||
"Confident decisions",
|
||||
"Operational efficiency",
|
||||
"Enhanced business value",
|
||||
"Competitive advantage",
|
||||
],
|
||||
iconName: "users",
|
||||
image: "/images/service-advisory.jpg",
|
||||
},
|
||||
];
|
||||
|
||||
export default function ServicesPage() {
|
||||
return (
|
||||
<main>
|
||||
{/* Hero */}
|
||||
<section className="bg-navy py-16 sm:py-24">
|
||||
<div className="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
|
||||
<h1 className="text-4xl font-bold tracking-tight text-cloud sm:text-5xl mb-6">
|
||||
Comprehensive CPA Services for Your Success
|
||||
</h1>
|
||||
<p className="text-xl text-cloud/90 max-w-3xl mx-auto mb-8">
|
||||
From tax preparation to strategic planning, we provide the expertise and guidance you need.
|
||||
</p>
|
||||
<button className="bg-cloud text-navy px-8 py-3 rounded-lg font-semibold hover:bg-cloud/90 transition-colors border-2 border-cloud">
|
||||
Schedule a Consultation
|
||||
</button>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{/* Services */}
|
||||
{services.map((service, index) => (
|
||||
<ServiceSection key={service.slug} service={service} index={index} />
|
||||
))}
|
||||
|
||||
{/* Bottom CTA */}
|
||||
<section className="py-16 sm:py-24">
|
||||
<div className="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
|
||||
<h2 className="text-2xl font-semibold">Ready to Get Started?</h2>
|
||||
<p className="mt-3">
|
||||
Contact us today to learn how our services can help you achieve your goals.
|
||||
</p>
|
||||
<div className="mt-6 flex flex-col sm:flex-row gap-3 justify-center">
|
||||
<a href="/contact" className="px-5 py-3 border rounded-md">Schedule Free Consultation</a>
|
||||
<a href="tel:+13618887711" className="px-5 py-3 border rounded-md">Call (361) 888-7711</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
);
|
||||
}
|
||||
126
app/services/public-accounting/page.tsx
Executable file
126
app/services/public-accounting/page.tsx
Executable file
@@ -0,0 +1,126 @@
|
||||
import type { Metadata } from 'next';
|
||||
import { CTASection } from '@/components/cta-section';
|
||||
import { services } from '@/data/services';
|
||||
import Image from 'next/image';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Services - Hampton, Brown & Associates, PC',
|
||||
description: 'Comprehensive CPA services including public accounting, federal income tax, estate tax planning, financial planning, and advisory services.',
|
||||
openGraph: {
|
||||
title: 'Services - Hampton, Brown & Associates, PC',
|
||||
description: 'Comprehensive CPA services for individuals and businesses.',
|
||||
images: ['/images/service-tax-planning.jpg'],
|
||||
},
|
||||
};
|
||||
|
||||
export default function PublicAccountingPage() {
|
||||
const service = services.find(s => s.id === 'public-accounting');
|
||||
|
||||
if (!service) {
|
||||
return <div>Service not found</div>;
|
||||
}
|
||||
|
||||
return (
|
||||
<main>
|
||||
{/* Hero */}
|
||||
<section className="bg-navy py-16 sm:py-24">
|
||||
<div className="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
|
||||
<h1 className="text-4xl font-bold tracking-tight text-cloud sm:text-5xl mb-6">
|
||||
Public Accounting Services
|
||||
</h1>
|
||||
<p className="text-xl text-cloud/90 max-w-3xl mx-auto mb-8">
|
||||
Professional assurance services providing credibility and assurance for your financial statements and business operations.
|
||||
</p>
|
||||
<button className="bg-cloud text-navy px-8 py-3 rounded-lg font-semibold hover:bg-cloud/90 transition-colors border-2 border-cloud">
|
||||
Schedule a Consultation
|
||||
</button>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{/* Service Detail */}
|
||||
<section className="py-16 sm:py-20">
|
||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<div className="grid grid-cols-1 lg:grid-cols-2 gap-10 lg:gap-16">
|
||||
{/* Text column */}
|
||||
<div>
|
||||
<div className="flex items-center gap-3 mb-4">
|
||||
<div className="flex h-16 w-16 items-center justify-center rounded-lg bg-navy mr-4">
|
||||
<Image
|
||||
src="/images/service-tax-planning.jpg"
|
||||
alt="Public Accounting"
|
||||
width={64}
|
||||
height={64}
|
||||
className="h-12 w-12 object-cover rounded"
|
||||
/>
|
||||
</div>
|
||||
<div className="text-sm">Professional Assurance Services</div>
|
||||
</div>
|
||||
<h2 className="text-2xl font-semibold">Public Accounting</h2>
|
||||
<p className="mt-3">
|
||||
Independent assurance for credible financial statements and stronger business controls.
|
||||
</p>
|
||||
|
||||
<div className="mt-8 grid grid-cols-1 sm:grid-cols-2 gap-8">
|
||||
<div>
|
||||
<h3 className="font-medium mb-2">What We Do</h3>
|
||||
<ul className="list-disc pl-5 space-y-1">
|
||||
<li>Financial statement audits</li>
|
||||
<li>Reviews & compilations</li>
|
||||
<li>Internal control assessments</li>
|
||||
<li>Fraud risk evaluation</li>
|
||||
<li>Compliance testing</li>
|
||||
<li>Management recommendations</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
<h3 className="font-medium mb-2">Outcomes</h3>
|
||||
<ul className="list-disc pl-5 space-y-1">
|
||||
<li>Enhanced financial credibility</li>
|
||||
<li>Improved internal controls</li>
|
||||
<li>Better access to capital</li>
|
||||
<li>Regulatory assurance</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="mt-8">
|
||||
<a href="/services" className="inline-block px-4 py-2 border rounded-md">
|
||||
View All Services
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Visual card */}
|
||||
<div className="border rounded-xl p-8 flex flex-col items-center justify-center text-center">
|
||||
<div className="mb-6 h-48 w-48 border rounded-lg overflow-hidden">
|
||||
<Image
|
||||
src="/images/service-tax-planning.jpg"
|
||||
alt="Public Accounting"
|
||||
width={192}
|
||||
height={192}
|
||||
className="h-full w-full object-cover"
|
||||
/>
|
||||
</div>
|
||||
<div className="text-xl font-medium">Public Accounting</div>
|
||||
<div className="text-sm text-gray-600">Professional Assurance Services</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{/* Bottom CTA */}
|
||||
<section className="py-16 sm:py-24">
|
||||
<div className="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
|
||||
<h2 className="text-2xl font-semibold">Ready to Get Started?</h2>
|
||||
<p className="mt-3">
|
||||
Contact us today to learn how our services can help you achieve your goals.
|
||||
</p>
|
||||
<div className="mt-6 flex flex-col sm:flex-row gap-3 justify-center">
|
||||
<a href="/contact" className="px-5 py-3 border rounded-md">Schedule Free Consultation</a>
|
||||
<a href="tel:+13618887711" className="px-5 py-3 border rounded-md">Call (361) 888-7711</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user