forked from veda/www_veda_2025
rep
This commit is contained in:
@@ -107,7 +107,7 @@ 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-bg-sand py-6 px-8 shadow-xl shadow-slate-900/10">
|
||||
<figure className="relative rounded-lg bg-transparent py-6 px-8 shadow-xl shadow-slate-900/10">
|
||||
<QuoteIcon className="absolute left-6 top-6 fill-creme-600" />
|
||||
<blockquote className="relative">
|
||||
<PXXS >
|
||||
|
||||
Reference in New Issue
Block a user