text font fixed
This commit is contained in:
@@ -85,7 +85,7 @@ export function Testimonial() {
|
||||
<div className="w-full max-w-xl mx-auto mb-5">
|
||||
<div className="flex items-center gap-2">
|
||||
<DotAnimatsiya />
|
||||
<span className="text-white font-semibold text-sm tracking-wider">
|
||||
<span className="font-unbounded text-white font-semibold text-sm tracking-wider">
|
||||
{t("home.testimonials.title")}
|
||||
</span>
|
||||
</div>
|
||||
@@ -106,7 +106,7 @@ export function Testimonial() {
|
||||
<SwiperSlide key={testimonial.id}>
|
||||
<div className="space-y-6">
|
||||
{/* Quote */}
|
||||
<p className="text-white text-base sm:text-lg lg:text-xl leading-relaxed">
|
||||
<p className="font-almarai text-white text-base sm:text-lg lg:text-xl leading-relaxed">
|
||||
"{testimonial.quote}"
|
||||
</p>
|
||||
|
||||
@@ -121,10 +121,10 @@ export function Testimonial() {
|
||||
/>
|
||||
</div>
|
||||
<div>
|
||||
<h4 className="text-white font-bold text-sm sm:text-base">
|
||||
<h4 className="font-unbounded text-white font-bold text-sm sm:text-base">
|
||||
{testimonial.name}
|
||||
</h4>
|
||||
<p className="text-red-600 text-xs sm:text-sm">
|
||||
<p className="font-almarai text-red-600 text-xs sm:text-sm">
|
||||
{testimonial.role}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user