diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a3228dd..b539376 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -111,8 +111,8 @@ export default function AboutPage() { title="Trusted Partners in Financial Services" description="LeadFlow works with the industry's leading financial advisory firms and platforms" tag="Strategic Partners" - names=[ - "Bank Finance", "Universal Investment", "Gradient Accounting", "Professional Insurance", "Financial Advisory", "Asset Management", "Retirement Planning"] + names={[ + "Bank Finance", "Universal Investment", "Gradient Accounting", "Professional Insurance", "Financial Advisory", "Asset Management", "Retirement Planning"]} logos={[ "http://img.b2bpic.net/free-vector/bank-finance-labels-collection_23-2149720456.jpg", "http://img.b2bpic.net/free-vector/universal-logo-geometric-abstract-shape-design-template_126523-489.jpg", "http://img.b2bpic.net/free-vector/gradient-accounting-logo-template_23-2148853512.jpg", "http://img.b2bpic.net/free-vector/gradient-professional-insurance-company-logo-template_742173-17679.jpg", "http://img.b2bpic.net/free-vector/gradient-accounting-logo-slogan_23-2148822744.jpg", "http://img.b2bpic.net/free-vector/abstract-squares-graph-logo-pack_1043-103.jpg", "http://img.b2bpic.net/free-vector/gradient-money-logo-template_23-2150907909.jpg"]} textboxLayout="default" @@ -131,4 +131,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +}