fix: update quotation marks for testimonials to use HTML entities
This commit is contained in:
@@ -101,7 +101,7 @@ export function Testimonials() {
|
||||
|
||||
<div className="relative z-10">
|
||||
<p className="mb-6 text-muted-foreground italic">
|
||||
"{testimonial.quote}"
|
||||
“{testimonial.quote}”
|
||||
</p>
|
||||
|
||||
<div className="flex items-center gap-4">
|
||||
|
||||
Reference in New Issue
Block a user