5 Commits

Author SHA1 Message Date
7a64c1bf7d Merge version_4 into main
Merge version_4 into main
2026-04-08 14:54:45 +00:00
1821bebcc6 Update src/app/page.tsx 2026-04-08 14:54:41 +00:00
aded404afb Merge version_3 into main
Merge version_3 into main
2026-04-08 14:53:06 +00:00
fad1425621 Update src/app/page.tsx 2026-04-08 14:53:03 +00:00
76f666c50a Merge version_2 into main
Merge version_2 into main
2026-04-08 14:51:47 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
<HeroSplitKpi <HeroSplitKpi
background={{ background={{
variant: "radial-gradient"}} variant: "radial-gradient"}}
title="Trusted Accounting & Financial Solutions for Growing Businesses" title="Scale Your Business with Expert Financial Clarity in Lutz, FL"
description="From tax strategies to part-time CFO services — we help you stay profitable and stress-free." description="From tax strategies to part-time CFO services — we help you stay profitable and stress-free."
kpis={[ kpis={[
{ {
@@ -102,11 +102,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Tax Strategies", description: "Expert tax planning to maximize your bottom line.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C1BPXdHypZ3JoBfl4RV1himMhV/a-close-up-shot-of-a-document-with-tax-f-1775659754407-afd18215.png?_wi=1", titleIconSrc: "Calculator", buttonText: "Learn More"}, title: "Reduce Your Annual Tax Liability", description: "Proactive tax planning to keep more profit in your pocket.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C1BPXdHypZ3JoBfl4RV1himMhV/a-close-up-shot-of-a-document-with-tax-f-1775659754407-afd18215.png?_wi=1", titleIconSrc: "Calculator", buttonText: "Learn More"},
{ {
title: "CFO Services", description: "High-level financial guidance for strategic growth.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C1BPXdHypZ3JoBfl4RV1himMhV/a-close-up-shot-of-a-document-with-tax-f-1775659754407-afd18215.png?_wi=2", titleIconSrc: "TrendingUp", buttonText: "Learn More"}, title: "Accelerate Business Growth", description: "CFO-level guidance to optimize operations and scale faster.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C1BPXdHypZ3JoBfl4RV1himMhV/a-close-up-shot-of-a-document-with-tax-f-1775659754407-afd18215.png?_wi=2", titleIconSrc: "TrendingUp", buttonText: "Learn More"},
{ {
title: "Cash Flow Projections", description: "Understand your numbers and plan for the future.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C1BPXdHypZ3JoBfl4RV1himMhV/a-close-up-shot-of-a-document-with-tax-f-1775659754407-afd18215.png?_wi=3", titleIconSrc: "PieChart", buttonText: "Learn More"}, title: "Master Your Cash Flow", description: "Gain total visibility over your finances to plan confidently.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C1BPXdHypZ3JoBfl4RV1himMhV/a-close-up-shot-of-a-document-with-tax-f-1775659754407-afd18215.png?_wi=3", titleIconSrc: "PieChart", buttonText: "Learn More"},
]} ]}
title="Professional Accounting Services" title="Professional Accounting Services"
description="Comprehensive financial solutions designed to help your business scale efficiently." description="Comprehensive financial solutions designed to help your business scale efficiently."
@@ -172,4 +172,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }