LandingQuote
Overview
The LandingQuote component is designed to display a styled quote with optional author details and an avatar.
import LandingQuote from '@/components/blocks/landing/landing-quote/LandingQuote.vue';

Props
The LandingQuote component accepts the following props
Required Props
- content (
string)- Description: The text content of the quote.
- author (
string)- Description: The name of the person who authored the quote.
Optional Props
- avatar (
ImageProps)- Description: An optional avatar image for the author.
- asideInfo (
string)- Description: Additional information about the author displayed next to their name.
- filled (
string)- Description: Fill the section with background
- Default:
true