fixing
This commit is contained in:
@ -9,7 +9,6 @@ import {
|
||||
} from "framer-motion";
|
||||
import { useNavigate } from "react-router-dom";
|
||||
|
||||
// images
|
||||
import d1 from "../../../../src/assets/Images/d1.jpeg";
|
||||
import d7 from "../../../../src/assets/Images/d7.jpeg";
|
||||
import d14 from "../../../../src/assets/Images/d14.jpg";
|
||||
@ -20,9 +19,6 @@ import d20 from "../../../../src/assets/Images/d20.jpeg";
|
||||
import d21 from "../../../../src/assets/Images/d21.jpeg";
|
||||
import d22 from "../../../../src/assets/Images/d22.jpg";
|
||||
|
||||
|
||||
|
||||
|
||||
const departments = [
|
||||
{ id: 1, title: "قسم إنشاء وصيانة المنشآت الصناعية وخطوط الإنتاج", image: d1 },
|
||||
{ id: 2, title: "قسم تنفيذ المرافق السكنية والخدمية", image: d7 },
|
||||
@ -33,7 +29,6 @@ const departments = [
|
||||
{ id: 7, title: "قسم الاعمال المعدنية والدعم الصناعي", image: d20 },
|
||||
{ id: 8, title: "قسم الخدمات والدعم اللوجستي", image: d21 },
|
||||
{ id: 9, title: "قسم الاتمتة والتحكم", image: d22 },
|
||||
|
||||
];
|
||||
|
||||
function DepartmentCard({ dept, offset }) {
|
||||
@ -143,7 +138,7 @@ export default function Departments() {
|
||||
return (
|
||||
<section className="min-h-screen bg-white text-black" dir="rtl">
|
||||
<header className="max-w-6xl mx-auto px-6 pt-12">
|
||||
<h1 className="text-4xl font-extrabold">أقسامنا</h1>
|
||||
<h1 className="text-5xl font-extrabold text-transparent bg-clip-text bg-gradient-to-r from-orange-400 via-orange-500 to-orange-600">أقسامنا</h1>
|
||||
</header>
|
||||
|
||||
<main className="max-w-6xl mx-auto px-6 py-20">
|
||||
|
||||
Reference in New Issue
Block a user