diff --git a/src/app/admissions/page.tsx b/src/app/admissions/page.tsx index 7810c9b..06fab2d 100644 --- a/src/app/admissions/page.tsx +++ b/src/app/admissions/page.tsx @@ -11,7 +11,7 @@ export default function AdmissionsPage() { "SAT/ACT scores (optional for 2024)", "Personal statement", "Letters of recommendation", - "Application fee: $50" + "Application fee: OMR 20" ] }, { @@ -22,7 +22,7 @@ export default function AdmissionsPage() { "GRE/GMAT scores", "Research proposal", "Letters of recommendation (3)", - "Application fee: $75" + "Application fee: OMR 30" ] }, { @@ -33,7 +33,7 @@ export default function AdmissionsPage() { "Financial documentation", "Visa requirements", "Health insurance", - "Application fee: $100" + "Application fee: OMR 40" ] } ]; diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4b1b375..77960d5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,6 +3,7 @@ import { Inter } from 'next/font/google'; import './globals.css'; import { ClientProviders } from '@/components/providers/ClientProviders'; import { AIChatButton } from '@/components/Chat/AIChatButton'; +import { MainNavigation } from '@/components/Navigation/MainNavigation'; const inter = Inter({ subsets: ['latin'] }); @@ -20,6 +21,7 @@ export default function RootLayout({ + {children} diff --git a/src/app/page.tsx b/src/app/page.tsx index 64cf12e..7e3763d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,43 +3,12 @@ import Link from 'next/link'; export default function HomePage() { return (
- {/* Navigation */} - {/* Hero Section */}
-
+
Established 1995 • Accredited Institution
@@ -73,27 +42,60 @@ export default function HomePage() {
-
+
25,000+
-
Students Enrolled
+
Students Enrolled
-
+
150+
-
Academic Programs
+
Academic Programs
-
+
95%
-
Graduate Success Rate
+
Graduate Success Rate
-
-
$2.5B
-
Research Funding
+
+
OMR 2.5B
+
Research Funding
+ {/* Video Section */} +
+
+
+

+ Experience Our + Campus +

+

+ Take a virtual tour of our state-of-the-art facilities and discover the vibrant + learning environment that awaits you at our university. +

+
+ +
+
+ +
+
+
+
+
+ {/* Features Section */}
@@ -125,7 +127,7 @@ export default function HomePage() {

Research Leadership

- Leading breakthrough research in medicine, technology, and environmental sciences with over $2.5 billion in research funding. + Leading breakthrough research in medicine, technology, and environmental sciences with over OMR 2.5 billion in research funding.

diff --git a/src/components/Hero/HeroSection.tsx b/src/components/Hero/HeroSection.tsx index e81a6be..d366883 100644 --- a/src/components/Hero/HeroSection.tsx +++ b/src/components/Hero/HeroSection.tsx @@ -85,7 +85,7 @@ export function HeroSection() {
Graduate Success Rate
-
$2.5B
+
OMR 2.5B
Research Funding
diff --git a/src/components/Navigation/MainNavigation.tsx b/src/components/Navigation/MainNavigation.tsx index cff8d44..5730994 100644 --- a/src/components/Navigation/MainNavigation.tsx +++ b/src/components/Navigation/MainNavigation.tsx @@ -45,7 +45,7 @@ export function MainNavigation() { return (