diff --git a/src/app/page.tsx b/src/app/page.tsx index b026728..a0da274 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -134,7 +134,9 @@ export default function LandingPage() { description="Desde startups innovadores hasta empresas consolidadas, todos han visto resultados con MasNegocioOnline." tag="Clientes Reales" tagIcon={CheckCircle} - names={["TechStartup Latino", "EcommerceMax", "DigitalConsulting Pro", "ServiceFlow Plus", "MarketingHub", "CloudSolutions", "RetailXpress"]} + logos={[ + "http://img.b2bpic.net/free-vector/logotype_23-2148145171.jpg", "http://img.b2bpic.net/free-vector/modern-set-black-friday-banners-with-flat-design_23-2147944376.jpg", "http://img.b2bpic.net/free-vector/professional-coworking-space-logo_23-2149455584.jpg", "http://img.b2bpic.net/free-vector/mechanical-repair-logo-design_23-2150074256.jpg", "http://img.b2bpic.net/free-photo/marketing-success-goal-plan_53876-121248.jpg", "http://img.b2bpic.net/free-vector/cloud-computing-with-upload-arrow-symbol_1017-31871.jpg", "http://img.b2bpic.net/free-vector/modern-shopping-cart-logo_1025-705.jpg" + ]} textboxLayout="default" useInvertedBackground={false} speed={40} @@ -230,4 +232,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}