From c4f90bf93df738d887565cd249c5da217df13680 Mon Sep 17 00:00:00 2001 From: angelmankel Date: Tue, 2 Jun 2026 13:04:54 -0700 Subject: [PATCH] fix: add quotes around testimonials blockquote --- components/content/Testimonials.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/content/Testimonials.tsx b/components/content/Testimonials.tsx index 33eccc4..57e1a63 100644 --- a/components/content/Testimonials.tsx +++ b/components/content/Testimonials.tsx @@ -68,7 +68,7 @@ export default function Testimonials({ items }: TestimonialsProps) { -
{active.quote}
+
"{active.quote}"