Merge branch 'main' of http://45.93.137.91:3000/Rahaf/REXNT
All checks were successful
Build frontend / build (push) Successful in 29s
All checks were successful
Build frontend / build (push) Successful in 29s
This commit is contained in:
@ -1,15 +1,13 @@
|
||||
import React, { useState, useEffect, useRef, useCallback } from "react";
|
||||
import { motion, AnimatePresence } from "framer-motion";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import "../../../../src/i18n"; // احتفظت بالاستيراد كما طلبت
|
||||
import "../../../../src/i18n";
|
||||
|
||||
// استيراد الصور كما كانت في واجهتك
|
||||
import d1 from "../../../../src/assets/Images/d1.jpeg";
|
||||
import d2 from "../../../../src/assets/Images/d2.jpeg";
|
||||
import d3 from "../../../../src/assets/Images/d3.jpeg";
|
||||
import d4 from "../../../../src/assets/Images/d4.jpeg";
|
||||
|
||||
/* -------------------- ProjectsTimeline (مضمن داخل نفس الملف كما في واجهتك) -------------------- */
|
||||
function ProjectsTimeline({
|
||||
projects,
|
||||
mainTitle = "المشاريع المنفذة",
|
||||
@ -295,7 +293,6 @@ function ProjectsTimeline({
|
||||
);
|
||||
}
|
||||
|
||||
/* -------------------- نهاية ProjectsTimeline -------------------- */
|
||||
|
||||
const defaultProjects = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user