Update src/app/page.tsx
This commit is contained in:
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user