Skip to content

Commit 661ec60

Browse files
committed
Update Testimonials.js
1 parent a0e7696 commit 661ec60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Testimonials.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@ function Testimonial({ testimonial, base, index, total }) {
108108
initial={false}
109109
animate={straight ? { rotate: 0 } : { rotate: rotation[index % rotation.length] }}
110110
>
111-
<blockquote className="rounded-t-xl bg-white px-6 py-8 text-lg font-semibold leading-8 text-gray-900 md:p-10 md:text-xl md:leading-8">
111+
<blockquote className="rounded-t-xl bg-white px-6 py-8 text-lg font-semibold leading-8 text-gray-900 dark:bg-gray-800 md:p-10 md:text-xl md:leading-8">
112112
<svg width="45" height="36" className={`mb-5 fill-current ${color[1]}`}>
113113
<path d="M13.415.001C6.07 5.185.887 13.681.887 23.041c0 7.632 4.608 12.096 9.936 12.096 5.04 0 8.784-4.032 8.784-8.784 0-4.752-3.312-8.208-7.632-8.208-.864 0-2.016.144-2.304.288.72-4.896 5.328-10.656 9.936-13.536L13.415.001zm24.768 0c-7.2 5.184-12.384 13.68-12.384 23.04 0 7.632 4.608 12.096 9.936 12.096 4.896 0 8.784-4.032 8.784-8.784 0-4.752-3.456-8.208-7.776-8.208-.864 0-1.872.144-2.16.288.72-4.896 5.184-10.656 9.792-13.536L38.183.001z" />
114114
</svg>
115115
{typeof testimonial.content === 'string' ? (
116-
<p className="text-gray-900 dark:text-gray-900">{testimonial.content}</p>
116+
<p className="text-gray-900 dark:text-gray-300">{testimonial.content}</p>
117117
) : (
118118
testimonial.content
119119
)}
@@ -189,7 +189,7 @@ export function Testimonials() {
189189
onMouseLeave={() => setDuration(150)}
190190
>
191191
<div
192-
className="pointer-events-none absolute right-0 bottom-1/2 left-0 bg-gradient-to-t from-gray-100 dark:from-gray-800"
192+
className="pointer-events-none absolute right-0 bottom-1/2 left-0 bg-gradient-to-t from-gray-100 dark:from-gray-900"
193193
style={{ height: 607, maxHeight: '50vh' }}
194194
/>
195195
<div className="-my-8 flex overflow-hidden">

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy