latest
This commit is contained in:
+5
-5
@@ -102,7 +102,7 @@ export default function UTASOmanHomePage() {
|
||||
subtitle: language === 'en'
|
||||
? "Leading Oman's technological advancement and innovation through excellence in education"
|
||||
: "قيادة التقدم التكنولوجي والابتكار في عُمان من خلال التميز في التعليم",
|
||||
image: "https://images.unsplash.com/photo-1562774053-701939374585?w=1200&h=600&fit=crop",
|
||||
image: "https://images.pexels.com/photos/256490/pexels-photo-256490.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2",
|
||||
cta: language === 'en' ? "Explore Our Programs" : "استكشف برامجنا"
|
||||
},
|
||||
{
|
||||
@@ -112,7 +112,7 @@ export default function UTASOmanHomePage() {
|
||||
subtitle: language === 'en'
|
||||
? "Empowering students with cutting-edge knowledge and practical skills for the future"
|
||||
: "تمكين الطلاب بالمعرفة المتطورة والمهارات العملية للمستقبل",
|
||||
image: "https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?w=1200&h=600&fit=crop",
|
||||
image: "https://images.pexels.com/photos/267885/pexels-photo-267885.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2",
|
||||
cta: language === 'en' ? "Join Our Community" : "انضم إلى مجتمعنا"
|
||||
},
|
||||
{
|
||||
@@ -122,7 +122,7 @@ export default function UTASOmanHomePage() {
|
||||
subtitle: language === 'en'
|
||||
? "Building capacities aligned with Oman Vision 2040 for sustainable development"
|
||||
: "بناء القدرات بما يتماشى مع رؤية عُمان 2040 للتنمية المستدامة",
|
||||
image: "https://images.unsplash.com/photo-1523050854058-8df90110c9f1?w=1200&h=600&fit=crop",
|
||||
image: "https://images.pexels.com/photos/2982449/pexels-photo-2982449.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2",
|
||||
cta: language === 'en' ? "Start Your Journey" : "ابدأ رحلتك"
|
||||
}
|
||||
];
|
||||
@@ -238,7 +238,7 @@ export default function UTASOmanHomePage() {
|
||||
title: language === 'en'
|
||||
? "University of Technology and Applied Sciences and Nizwa University sign MoU for academic and research cooperation"
|
||||
: "جامعة التقنية والعلوم التطبيقية وجامعة نزوى توقعان مذكرة تفاهم للتعاون الأكاديمي والبحثي",
|
||||
image: "https://images.unsplash.com/photo-1521737711867-e3b97375f902?w=400&h=200&fit=crop",
|
||||
image: "https://images.pexels.com/photos/1438072/pexels-photo-1438072.jpeg?auto=compress&cs=tinysrgb&w=400&h=200&dpr=2",
|
||||
date: language === 'en' ? "July 10, 2025" : "10 يوليو 2025"
|
||||
}
|
||||
];
|
||||
@@ -266,7 +266,7 @@ export default function UTASOmanHomePage() {
|
||||
priority={index === 0}
|
||||
/>
|
||||
<div className="relative z-20 flex items-center h-full">
|
||||
<div className="container mx-auto px-6">
|
||||
<div className="container max-w-7xl mx-auto px-4 md:px-6 lg:px-8 overflow-x-hidden">
|
||||
<div className="max-w-4xl">
|
||||
<h1 className="text-4xl md:text-6xl font-bold text-white mb-6 leading-tight">
|
||||
{slide.title}
|
||||
|
||||
Reference in New Issue
Block a user