Skip to content

Grid Testimonials

The Social Media Grid Testimonial component is useful for showcasing customer reviews in a visually appealing grid format. The component is highly customizable and can be configured to display reviews from various social media platforms.

UI Preview

Social Media Grid Testimonial- web (light)

Usage

To use the SocialMediaGridTestimonial component, import it. Here is a basic example:

import React from "react";
import { SocialMediaGridTestimonial } from "@app-launch-kit/components/custom/testimonials/SocialMediaGridTestimonial";
export const SocialMediaGridTestimonialBasic = () => {
return <SocialMediaGridTestimonial />;
};