Testimonial Section
Section displaying a customer testimonial with author information.
This framework has completely changed the way we build. The sites come together fast, they run even faster, and the whole process feels effortless. I couldn't be happier with the results.
---
import TestimonialSection from "@page-sections/people/testimonial-section/TestimonialSection.astro";
---
<TestimonialSection authorDescription="CEO, Tech Innovations" authorImage="/src/assets/images/component-docs/profile.jpg" authorName="Richard Johnson" backgroundColor="surface" paddingVertical="sm">
This framework has completely changed the way we build. The sites come together fast, they run even faster, and the whole process feels effortless. I couldn't be happier with the results.
</TestimonialSection> ---
blocks:
_component: page-sections/people/testimonial-section
text: This framework has completely changed the way we build. The sites come together fast, they run even faster, and the whole process feels effortless. I couldn't be happier with the results.
authorName: Richard Johnson
authorDescription: CEO, Tech Innovations
authorImage: /src/assets/images/component-docs/profile.jpg
paddingVertical: sm
backgroundColor: surface
--- Overview
Use Testimonial Section to showcase customer feedback, reviews, or endorsements. It displays a quote with the author's name, description, and photo, helping build trust and credibility.