diff --git a/src/app/page.tsx b/src/app/page.tsx index b130d89..c5a788c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,88 +30,39 @@ export default function LandingPage() {
@@ -119,12 +70,7 @@ export default function LandingPage() {
@@ -134,27 +80,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "٠١", - title: "أوراق بحثية محكّمة", - description: "جلسات علمية لعرض أحدث نتائج البحوث الطلابية.", - imageSrc: "http://img.b2bpic.net/free-vector/search-book-icon_632498-3992.jpg", - }, - { - id: "m2", - value: "٠٢", - title: "منصّات التوظيف", - description: "ربط الخريجين بأبرز القطاعات الصحية في المملكة.", - imageSrc: "http://img.b2bpic.net/free-photo/holy-cross-studio_23-2151003182.jpg", - }, - { - id: "m3", - value: "٠٣", - title: "هاكاثون الابتكار", - description: "تحدي تقني مغلق لحلول الرعاية الصحية الرقمية.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-metallic-plus-sign-icon-with-neon-glow-dark-reflective-surface_84443-91454.jpg", - }, + { id: "m1", value: "٠١", title: "أوراق بحثية محكّمة", description: "جلسات علمية لعرض أحدث نتائج البحوث الطلابية.", imageSrc: "http://img.b2bpic.net/free-vector/search-book-icon_632498-3992.jpg" }, + { id: "m2", value: "٠٢", title: "منصّات التوظيف", description: "ربط الخريجين بأبرز القطاعات الصحية في المملكة.", imageSrc: "http://img.b2bpic.net/free-photo/holy-cross-studio_23-2151003182.jpg" }, + { id: "m3", value: "٠٣", title: "هاكاثون الابتكار", description: "تحدي تقني مغلق لحلول الرعاية الصحية الرقمية.", imageSrc: "http://img.b2bpic.net/free-photo/3d-metallic-plus-sign-icon-with-neon-glow-dark-reflective-surface_84443-91454.jpg" }, ]} title="البرنامج" description="أبرز ملامح الملتقى السنوي الثاني." @@ -163,30 +91,13 @@ export default function LandingPage() {
@@ -308,26 +159,13 @@ export default function LandingPage() { logoText="جامعة الملك عبدالعزيز" columns={[ { - title: "الروابط", - items: [ - { - label: "الملتقى", - href: "#about", - }, - { - label: "الهاكاثون", - href: "#hackathon", - }, + title: "الروابط", items: [ + { label: "الملتقى", href: "#about" }, + { label: "الهاكاثون", href: "#hackathon" }, ], }, { - title: "اتصل بنا", - items: [ - { - label: "كلية العلوم الطبية التطبيقية", - href: "#", - }, - ], + title: "اتصل بنا", items: [{ label: "كلية العلوم الطبية التطبيقية", href: "#" }], }, ]} copyrightText="© ٢٠٢٦ جميع الحقوق محفوظة لجامعة الملك عبدالعزيز"