Update src/app/page.tsx

This commit is contained in:
2026-03-09 17:35:35 +00:00
parent 2c9ae17d9c
commit 2c72c0fc2f

View File

@@ -88,16 +88,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"},
]}
/>
</div>