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} 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} 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} 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 = ({