LandingLogos

Overview

The LandingLogos component displays a grid of logos, typically used for showcasing partner or client logos on a landing page.

import LandingLogos from '@/components/blocks/landing/landing-logos/LandingLogos.vue';

Props

The LandingLogos component accepts the following props

Required Props

  1. logos (Array of LogoProps)
    • Description: An array of logo objects to be displayed.
Table of Contents