From abf65a560be988a2d48ba4311c174bdb848faff5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 12:36:16 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f8447fb..357c1d8 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -70,7 +70,7 @@ export default function AboutPage() { ]} gridVariant="four-items-2x2-equal-grid" textBoxTitleClassName="text-foreground" - descriptionClassName="text-foreground" + textBoxDescriptionClassName="text-foreground" cardTitleClassName="text-foreground" cardDescriptionClassName="text-foreground" tag="Our Principles" @@ -90,7 +90,7 @@ export default function AboutPage() { { id: "2", name: "David R., Tech Enthusiast", date: "Date: 22 November 2023", title: "Best coffee in town, hands down.", quote: "I'm a coffee snob, and Bean & Brew never disappoints. Their espresso is perfectly balanced, and the baristas are always friendly and knowledgeable. Highly recommended!", tag: "Quality Coffee", 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/black-bearded-coffee-seller-pouring-coffee-shop_613910-443.jpg", avatarAlt: "man enjoying coffee cafe customer smiling customer testimonial person relaxing cafe", imageAlt: "barista at work making coffee coffee preparation espresso machine" }, ]} textBoxTitleClassName="text-foreground" - descriptionClassName="text-foreground" + textBoxDescriptionClassName="text-foreground" cardTitleClassName="text-foreground" cardQuoteClassName="text-foreground" cardTagClassName="text-primary-cta"