From f3045b139229e2dbbadbe67efbfc6929b98ec7e1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 12:38:22 +0000 Subject: [PATCH 1/4] 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 357c1d8..f41f95e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -74,7 +74,7 @@ export default function AboutPage() { cardTitleClassName="text-foreground" cardDescriptionClassName="text-foreground" tag="Our Principles" - tagClassName="text-primary-cta" + textBoxTagClassName="text-primary-cta" /> @@ -87,7 +87,7 @@ export default function AboutPage() { testimonials={[ { id: "1", name: "Sarah M., Local Artist", date: "Date: 15 October 2023", title: "My go-to spot for inspiration!", quote: "Bean & Brew is more than just a coffee shop; it's my creative sanctuary. The coffee is exceptional, and the atmosphere is perfect for sketching and getting work done.", tag: "Favorite Spot", avatarSrc: "https://img.b2bpic.net/free-photo/male-barista-preparing-cappuccino-coffee-shop_1303-29343.jpg", imageSrc: "https://img.b2bpic.net/free-photo/man-apron-preparing-coffee-machine_23-2148366708.jpg", avatarAlt: "happy customer portrait smiling woman coffee cafe visitor person drinking coffee", imageAlt: "coffee shop interior barista making coffee cozy cafe coffee beans" }, { id: "3", name: "Emily C., Community Organizer", date: "Date: 03 January 2024", title: "A true community gem!", quote: "This place feels like home. The staff remembers my order, and there's always a warm welcome. It's the perfect place to meet friends or enjoy a quiet moment.", tag: "Community Hub", avatarSrc: "https://img.b2bpic.net/free-photo/smiling-waiter-making-cup-coffee_1170-577.jpg", imageSrc: "https://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg", avatarAlt: "young woman coffee shop satisfied customer coffee experience portrait smile cafe", imageAlt: "cozy cafe setting comfortable seating coffee shop decor warm ambiance" }, - { 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" }, + { 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" textBoxDescriptionClassName="text-foreground" From 9892a854ed81f6278bf8ab860616d34381784c08 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 12:38:23 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 543c731..3c72832 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -87,7 +87,7 @@ export default function ContactPage() { cardTitleClassName="text-foreground" cardDescriptionClassName="text-foreground" tag="Our Promise" - tagClassName="text-primary-cta" + textBoxTagClassName="text-primary-cta" /> From 3b1c183dab0c0aa4f2f7c580dc398fb2274495a4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 12:38:24 +0000 Subject: [PATCH 3/4] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 8dc752d..6f53143 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -83,7 +83,7 @@ export default function MenuPage() { cardTitleClassName="text-foreground" cardDescriptionClassName="text-foreground" tag="Our Promise" - tagClassName="text-primary-cta" + textBoxTagClassName="text-primary-cta" /> From a571d609050073b9b4e9afcc72ba0617be023dda Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 12:38:24 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b28ef15..bb62ad2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function HomePage() {