Merge version_1 into main #3
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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<SvgTextLogoProps> = ({
|
||||
|
||||
Reference in New Issue
Block a user