From 2bae2b75ae8305c8641eeb1be8cea3e336ae031c Mon Sep 17 00:00:00 2001 From: mertbagt Date: Wed, 10 Jun 2026 12:58:26 -0400 Subject: [PATCH 1/3] remove squish effect --- components/TestimonyCallout/TestimonyCalloutSection.tsx | 8 ++------ components/homepage/Homepage.module.css | 5 ++++- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/components/TestimonyCallout/TestimonyCalloutSection.tsx b/components/TestimonyCallout/TestimonyCalloutSection.tsx index b6c987700..53dcc1df2 100644 --- a/components/TestimonyCallout/TestimonyCalloutSection.tsx +++ b/components/TestimonyCallout/TestimonyCalloutSection.tsx @@ -51,12 +51,8 @@ export default function TestimonyCalloutSection() { ) : ( - - + + {recentTestimony?.map(testimony => ( Date: Wed, 10 Jun 2026 13:40:26 -0400 Subject: [PATCH 2/3] Browse All Testimony button responsiveness tweaked --- .../TestimonyCallout/TestimonyCalloutSection.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/components/TestimonyCallout/TestimonyCalloutSection.tsx b/components/TestimonyCallout/TestimonyCalloutSection.tsx index 53dcc1df2..f9be7630a 100644 --- a/components/TestimonyCallout/TestimonyCalloutSection.tsx +++ b/components/TestimonyCallout/TestimonyCalloutSection.tsx @@ -16,11 +16,15 @@ export default function TestimonyCalloutSection() { return (
- +

{t("testimonyCalloutSection.peopleSaying")}

- -
+ +