From 8a4f522ee8668cf031b40f4c098683c4e5e5c5de Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:20:33 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 50c4f46..c2c40ab 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -102,6 +102,7 @@ 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} @@ -131,6 +132,7 @@ 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 251f366c0ca8bf829a3148967773138ec4e67ee3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:20:33 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index ff0fc25..bdce8a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,6 +124,7 @@ 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} @@ -153,6 +154,7 @@ 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} @@ -174,6 +176,7 @@ 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 862846fbd04b9046316424a85dded27787d94c9e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:20:33 +0000 Subject: [PATCH 3/4] Update src/app/programs/page.tsx --- src/app/programs/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/programs/page.tsx b/src/app/programs/page.tsx index de89eee..bc91207 100644 --- a/src/app/programs/page.tsx +++ b/src/app/programs/page.tsx @@ -86,6 +86,7 @@ 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} @@ -115,6 +116,7 @@ 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 64074197db9282c6714fc9c4a5b1274224606f32 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:20:34 +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 5253591..27dfa28 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" | "initial" | "unset"; + dominantBaseline?: "auto" | "text-bottom" | "alphabetic" | "ideographic" | "middle" | "central" | "hanging" | "mathematical" | "inherit"; } export const SvgTextLogo: React.FC = ({ -- 2.49.1