diff --git a/src/app/testimonials/page.tsx b/src/app/testimonials/page.tsx index e27e8aa..eb46789 100644 --- a/src/app/testimonials/page.tsx +++ b/src/app/testimonials/page.tsx @@ -55,7 +55,7 @@ export default function TestimonialsPage() { { id: "6", name: "Robert P., Traveler", date: "Date: 05 March 2024", title: "A welcoming stop on my journey.", quote: "As a traveler, finding a genuinely friendly and high-quality coffee shop is rare. Bean & Brew made me feel right at home.", tag: "Traveler's Choice", avatarSrc: "https://img.b2bpic.net/free-photo/close-up-barista-female-hands-pressing-coffee-into-tamper-prepares-order-cafe-counter_1258-203404.jpg", imageSrc: "https://img.b2bpic.net/free-photo/man-apron-preparing-coffee-machine_23-2148366708.jpg", avatarAlt: "man enjoying coffee cafe customer smiling customer testimonial person relaxing cafe", imageAlt: "coffee shop interior barista making coffee cozy cafe coffee beans" } ]} textBoxTitleClassName="text-foreground" - descriptionClassName="text-foreground" + textBoxDescriptionClassName="text-foreground" cardTitleClassName="text-foreground" cardQuoteClassName="text-foreground" cardTagClassName="text-primary-cta" @@ -78,7 +78,7 @@ export default function TestimonialsPage() { ]} gridVariant="four-items-2x2-equal-grid" textBoxTitleClassName="text-foreground" - descriptionClassName="text-foreground" + textBoxDescriptionClassName="text-foreground" cardBrandClassName="text-foreground" cardNameClassName="text-foreground" cardPriceClassName="text-foreground"