diff --git a/src/app/page.tsx b/src/app/page.tsx index 6467ada..b4cfd50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,11 +102,11 @@ export default function LandingPage() { useInvertedBackground={false} 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" description="Comprehensive financial solutions designed to help your business scale efficiently." @@ -172,4 +172,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file