diff --git a/src/app/courses/page.tsx b/src/app/courses/page.tsx index 97cda49..695cff4 100644 --- a/src/app/courses/page.tsx +++ b/src/app/courses/page.tsx @@ -86,8 +86,8 @@ export default function CoursesPage() { tag="Course Selection" textboxLayout="default" useInvertedBackground={false} - animationType="slide-up" gridVariant="three-columns-all-equal-width" + animationType="slide-up" products={[ { id: "1", brand: "Science Department", name: "Advanced Biology", price: "Full Year Course", rating: 5, @@ -123,7 +123,6 @@ export default function CoursesPage() { description="Browse our full course offerings organized by discipline and subject area" textboxLayout="default" useInvertedBackground={false} - animationType="slide-up" features={[ { id: 1, diff --git a/src/app/programs/page.tsx b/src/app/programs/page.tsx index 09fd733..943d2fb 100644 --- a/src/app/programs/page.tsx +++ b/src/app/programs/page.tsx @@ -102,7 +102,6 @@ export default function ProgramsPage() { description="Choose from our comprehensive program directory, each designed with specific learning outcomes and career pathways in mind." textboxLayout="default" useInvertedBackground={false} - animationType="slide-up" features={[ { id: 1,