forked from veda/www_veda_2025
ok
This commit is contained in:
@@ -107,8 +107,8 @@ export function Testimonials() {
|
||||
<ul role="list" className="flex flex-col gap-y-6 sm:gap-y-8">
|
||||
{column.map((testimonial, testimonialIndex) => (
|
||||
<li key={testimonialIndex}>
|
||||
<figure className="relative rounded-lg bg-white py-6 px-8 shadow-xl shadow-slate-900/10">
|
||||
<QuoteIcon className="absolute left-6 top-6 fill-slate-100" />
|
||||
<figure className="relative rounded-lg bg-bg-sand py-6 px-8 shadow-xl shadow-slate-900/10">
|
||||
<QuoteIcon className="absolute left-6 top-6 fill-creme-600" />
|
||||
<blockquote className="relative">
|
||||
<PXXS >
|
||||
{testimonial.content}
|
||||
|
||||
Reference in New Issue
Block a user