diff --git a/app/page.tsx b/app/page.tsx index 617bbf2..6c3ef45 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -30,8 +30,8 @@ export default function HomePage() { subtitle="At Hampton, Brown & Associates, we assist our clients with their tax and accounting needs and achieving economic goals. Our primary tool is providing Federal income and estate tax services and financial planning in a manner that permits our clients to control the tax impact on their economic environment to the maximum extent possible." ctaText="Schedule a Consultation" ctaHref="/contact" - imageSrc="/images/home-hero.jpg" - imageAlt="Professional desk setup with tax planning documents and organized workspace" + imageSrc="/images/BannerHamptonBrown.png" + imageAlt="Hampton, Brown & Associates professional banner with company branding" /> diff --git a/app/reviews/page.tsx b/app/reviews/page.tsx index 3c921a7..cc5dd1a 100644 --- a/app/reviews/page.tsx +++ b/app/reviews/page.tsx @@ -152,7 +152,7 @@ export default function ReviewsPage() {

Ready to Join Our Satisfied Clients?

-

+

Experience the difference that professional, personalized tax and financial services can make for you and your family.

diff --git a/app/services/advisory/page.tsx b/app/services/advisory/page.tsx index f72addb..4a982b0 100644 --- a/app/services/advisory/page.tsx +++ b/app/services/advisory/page.tsx @@ -50,9 +50,24 @@ export default function AdvisoryServicesPage() {

- Expert business advisory services to help you make informed decisions and optimize your business performance. + Strategic business advisory services to help you make informed decisions, optimize performance, and achieve your business objectives.

+ {/* Blue Banner Section */} +
+
+
+ + + +
+
+

Strategic Business Guidance

+

Data-driven advice to optimize your business performance

+
+
+
+

What We Do

@@ -148,12 +163,12 @@ export default function AdvisoryServicesPage() {
-
+
Advisory Services
diff --git a/app/services/estate-tax-planning/page.tsx b/app/services/estate-tax-planning/page.tsx index 008bac3..bbd76b7 100644 --- a/app/services/estate-tax-planning/page.tsx +++ b/app/services/estate-tax-planning/page.tsx @@ -53,6 +53,21 @@ export default function EstateTaxPlanningPage() { Comprehensive estate planning strategies to minimize estate taxes and ensure your wealth transfers efficiently to future generations.

+ {/* Blue Banner Section */} +
+
+
+ + + +
+
+

Protect and Transfer Your Wealth

+

Comprehensive estate planning strategies for your legacy

+
+
+
+

What We Do

@@ -148,12 +163,12 @@ export default function EstateTaxPlanningPage() {
-
+
Estate Tax Planning
diff --git a/app/services/federal-income-tax/page.tsx b/app/services/federal-income-tax/page.tsx index 7117203..c60d3a3 100644 --- a/app/services/federal-income-tax/page.tsx +++ b/app/services/federal-income-tax/page.tsx @@ -53,6 +53,21 @@ export default function FederalIncomeTaxPage() { Complete tax preparation services combined with proactive tax planning strategies to minimize your liability and maximize savings.

+ {/* Blue Banner Section */} +
+
+
+ + + +
+
+

Tax Preparation & Strategic Planning

+

Complete tax services to minimize liability and maximize savings

+
+
+
+

What We Do

@@ -120,12 +135,12 @@ export default function FederalIncomeTaxPage() {
-
+
Federal Income Tax
diff --git a/app/services/financial-planning/page.tsx b/app/services/financial-planning/page.tsx index 8688bb5..edc2192 100644 --- a/app/services/financial-planning/page.tsx +++ b/app/services/financial-planning/page.tsx @@ -50,9 +50,24 @@ export default function FinancialPlanningPage() {

- Comprehensive financial planning services to help you achieve your long-term goals and build lasting wealth. + Comprehensive financial planning services to help you build wealth, protect your assets, and achieve your long-term financial goals.

+ {/* Blue Banner Section */} +
+
+
+ + + +
+
+

Build and Protect Your Financial Future

+

Comprehensive financial planning for your long-term success

+
+
+
+

What We Do

@@ -148,12 +163,12 @@ export default function FinancialPlanningPage() {
-
+
Financial Planning
diff --git a/app/services/page.tsx b/app/services/page.tsx index bac8b81..cf79773 100644 --- a/app/services/page.tsx +++ b/app/services/page.tsx @@ -147,15 +147,15 @@ export default function ServicesPage() { ))} {/* Bottom CTA */} -
+
-

Ready to Get Started?

-

+

Ready to Get Started?

+

Contact us today to learn how our services can help you achieve your goals.

diff --git a/components/cta-section.tsx b/components/cta-section.tsx index a01b3a7..e2ab3a0 100644 --- a/components/cta-section.tsx +++ b/components/cta-section.tsx @@ -41,7 +41,7 @@ export function CTASection({

{title}

-

+

{description}

diff --git a/components/hero.tsx b/components/hero.tsx index ad37ec5..6c860ed 100644 --- a/components/hero.tsx +++ b/components/hero.tsx @@ -50,13 +50,14 @@ export function Hero({
-
+
{imageAlt}
diff --git a/components/site-footer.tsx b/components/site-footer.tsx index fcaa34a..ebd29d9 100644 --- a/components/site-footer.tsx +++ b/components/site-footer.tsx @@ -31,26 +31,26 @@ export function SiteFooter() {
Hampton, Brown & Associates, PC
-

+

Expert federal income and estate tax services, financial planning, and goal-oriented strategies in Corpus Christi, Texas. We assist our clients with their tax and accounting needs and achieving economic goals.

- Corpus Christi, TX + Corpus Christi, TX
- (361) 888-7711 + (361) 888-7711
- info@hamptonbrown.com + info@hamptonbrown.com
- Mon-Fri 9AM-5PM + Mon-Fri 9AM-5PM
@@ -61,7 +61,7 @@ export function SiteFooter() {
    {navigation.services.map((item) => (
  • - + {item.name}
  • @@ -73,7 +73,7 @@ export function SiteFooter() {
      {navigation.company.map((item) => (
    • - + {item.name}
    • @@ -87,7 +87,7 @@ export function SiteFooter() {
        {navigation.legal.map((item) => (
      • - + {item.name}
      • @@ -98,12 +98,12 @@ export function SiteFooter() {

        Resources

        • - + Secure Upload
        • - + Payment Portal
        • @@ -113,7 +113,7 @@ export function SiteFooter() {
-

+

© {new Date().getFullYear()} Hampton, Brown & Associates, PC. All rights reserved.

diff --git a/components/trust-panel.tsx b/components/trust-panel.tsx index 5f323b3..1210bdc 100644 --- a/components/trust-panel.tsx +++ b/components/trust-panel.tsx @@ -27,7 +27,7 @@ export function TrustPanel() {

Your Security & Trust Are Our Priority

-

+

We understand the sensitive nature of your financial information. That's why we've implemented the highest security standards to protect your data.

@@ -42,7 +42,7 @@ export function TrustPanel() { {feature.title} - + {feature.description} diff --git a/public/images/BannerHamptonBrown.png b/public/images/BannerHamptonBrown.png new file mode 100644 index 0000000..aa8026e Binary files /dev/null and b/public/images/BannerHamptonBrown.png differ