diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index fa40d4c..32c6d0e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -141,7 +141,6 @@ export default function AboutPage() { ], }, ]} - gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} diff --git a/src/app/page.tsx b/src/app/page.tsx index cbf81c9..1e741fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -164,7 +164,6 @@ export default function HomePage() { ], }, ]} - gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} diff --git a/src/app/programs/page.tsx b/src/app/programs/page.tsx index 9c178d5..1cd6bb5 100644 --- a/src/app/programs/page.tsx +++ b/src/app/programs/page.tsx @@ -124,7 +124,6 @@ export default function ProgramsPage() { title="Our Achievement" description="Demonstrating excellence through measurable outcomes and student success" tag="By The Numbers" - gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="default" useInvertedBackground={false}