From 78ab372fcd07194a034f206e1e3d7e50430cc1bb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:21:50 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c2c40ab..50c4f46 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -102,7 +102,6 @@ export default function AboutPage() { { id: "4", name: "Dr. Aisha Al-Mansouri", role: "Languages Director", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-holding-jacket-shoulder_1262-3853.jpg", imageAlt: "academic professional educator expert"}, ]} - gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="default" useInvertedBackground={true} @@ -132,7 +131,6 @@ export default function AboutPage() { "World-leading institutions", "Scholarship recipients", "Career-ready graduates"], }, ]} - gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} -- 2.49.1 From 4c67ed405e6f46ef14e227d7642a1ad48c652a44 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:21:51 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bdce8a6..ff0fc25 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,7 +124,6 @@ export default function HomePage() { { id: "04", title: "Advanced Studies", description: "Specialized tracks in STEM, humanities, and arts preparing students for university entrance", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-readers-library_23-2147678908.jpg", imageAlt: "modern university library interior"}, ]} - gridVariant="two-columns-alternating-heights" animationType="slide-up" textboxLayout="default" useInvertedBackground={true} @@ -154,7 +153,6 @@ export default function HomePage() { "Educational legacy", "Proven track record", "Trusted by families worldwide"], }, ]} - gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -176,7 +174,6 @@ export default function HomePage() { { id: "4", name: "Dr. Aisha Al-Mansouri", role: "Languages Director", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-holding-jacket-shoulder_1262-3853.jpg", imageAlt: "academic professional educator expert"}, ]} - gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="default" useInvertedBackground={true} -- 2.49.1 From 36ceac99ce0ad839e85a499828c1a0079fcab7dc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:21:51 +0000 Subject: [PATCH 3/4] Update src/app/programs/page.tsx --- src/app/programs/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/programs/page.tsx b/src/app/programs/page.tsx index bc91207..de89eee 100644 --- a/src/app/programs/page.tsx +++ b/src/app/programs/page.tsx @@ -86,7 +86,6 @@ export default function ProgramsPage() { title="Academic Programs" description="Comprehensive educational pathways designed to develop well-rounded global citizens" tag="Excellence" - gridVariant="two-columns-alternating-heights" animationType="slide-up" textboxLayout="default" useInvertedBackground={true} @@ -116,7 +115,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} -- 2.49.1 From 9e227752be37cfaf0fab7e10e91a3d2bd91321e5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:21:52 +0000 Subject: [PATCH 4/4] Update src/components/shared/SvgTextLogo/SvgTextLogo.tsx --- src/components/shared/SvgTextLogo/SvgTextLogo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index 27dfa28..2d6248d 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -6,7 +6,7 @@ interface SvgTextLogoProps { textClassName?: string; fontSize?: number; fontWeight?: string | number; - dominantBaseline?: "auto" | "text-bottom" | "alphabetic" | "ideographic" | "middle" | "central" | "hanging" | "mathematical" | "inherit"; + dominantBaseline?: "auto" | "text-before-edge" | "alphabetic" | "ideographic" | "middle" | "central" | "hanging" | "mathematical" | "inherit" | "text-after-edge" | "use-script" | "no-change" | "reset-size"; } export const SvgTextLogo: React.FC = ({ -- 2.49.1