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} /> 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} /> 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} />