From a25dce2db703f73dc976575526e028a0a512a5b9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 15:07:48 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2239a5b..e95a4c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -282,7 +282,7 @@ export default function HomePage() { }, ]} animationType="scale-rotate" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} /> -- 2.49.1 From c837acc0bcd442379fb4ad748ee30c4f50653fb9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 15:07:49 +0000 Subject: [PATCH 2/3] Update src/app/programs/page.tsx --- src/app/programs/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/programs/page.tsx b/src/app/programs/page.tsx index e81fe5e..9ed4c00 100644 --- a/src/app/programs/page.tsx +++ b/src/app/programs/page.tsx @@ -215,7 +215,7 @@ export default function ProgramsPage() { }, ]} animationType="scale-rotate" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} /> -- 2.49.1 From 094015200d73bf26117f945f39d045772aadb786 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 15:07:49 +0000 Subject: [PATCH 3/3] Update src/app/testimonials/page.tsx --- src/app/testimonials/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/testimonials/page.tsx b/src/app/testimonials/page.tsx index 53e5024..153d6ba 100644 --- a/src/app/testimonials/page.tsx +++ b/src/app/testimonials/page.tsx @@ -147,7 +147,7 @@ export default function TestimonialsPage() { }, ]} animationType="scale-rotate" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} /> -- 2.49.1