From 6997b4e6aab0531e0e034887cea7af6ee2d9212e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 17:33:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e2e8cc..4452e15 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,16 +87,16 @@ export default function LandingPage() { features={[ { id: 1, - title: "Financial Consulting", description: "Expert guidance on financial planning, budgeting, tax optimization, and cash flow management to strengthen your financial foundation.", imageSrc: "/placeholders/placeholder1.webp"}, + title: "Financial Consulting", description: "Expert guidance on financial planning, budgeting, tax optimization, and cash flow management to strengthen your financial foundation.", imageSrc: "/placeholders/placeholder1.webp?_wi=1"}, { id: 2, - title: "Business Advisory", description: "Strategic consulting for business growth, market expansion, operational efficiency, and long-term business planning.", imageSrc: "/placeholders/placeholder1.webp"}, + title: "Business Advisory", description: "Strategic consulting for business growth, market expansion, operational efficiency, and long-term business planning.", imageSrc: "/placeholders/placeholder1.webp?_wi=2"}, { id: 3, - title: "Startup Support", description: "Specialized guidance for entrepreneurs and startups, including business structure setup, financial strategy, and investor readiness.", imageSrc: "/placeholders/placeholder1.webp"}, + title: "Startup Support", description: "Specialized guidance for entrepreneurs and startups, including business structure setup, financial strategy, and investor readiness.", imageSrc: "/placeholders/placeholder1.webp?_wi=3"}, { id: 4, - title: "Financial Problem Solving", description: "Targeted solutions for complex financial challenges, debt management, profitability improvement, and financial risk mitigation.", imageSrc: "/placeholders/placeholder1.webp"}, + title: "Financial Problem Solving", description: "Targeted solutions for complex financial challenges, debt management, profitability improvement, and financial risk mitigation.", imageSrc: "/placeholders/placeholder1.webp?_wi=4"}, ]} />