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