From 963805cada7dcf9c9b10a222fad90f3230c8f4f3 Mon Sep 17 00:00:00 2001 From: Rahaf Date: Mon, 12 Jan 2026 16:46:00 +0300 Subject: [PATCH] Added Id --- src/Components/Sections/About/About.jsx | 2 ++ src/Components/Sections/Services/Services.jsx | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Components/Sections/About/About.jsx b/src/Components/Sections/About/About.jsx index 0695904..22bd2cc 100644 --- a/src/Components/Sections/About/About.jsx +++ b/src/Components/Sections/About/About.jsx @@ -1142,6 +1142,7 @@ const About = ({ theme = 'light' }) => { `; return ( +
@@ -1335,6 +1336,7 @@ const About = ({ theme = 'light' }) => { </DetailModal> )} </StyledWrapper> + </section> ); }; diff --git a/src/Components/Sections/Services/Services.jsx b/src/Components/Sections/Services/Services.jsx index c3e70f3..fefeafe 100644 --- a/src/Components/Sections/Services/Services.jsx +++ b/src/Components/Sections/Services/Services.jsx @@ -33,7 +33,7 @@ const Services = () => { ]; return ( - + <section id="services" > <div className="min-h-screen bg-transparent font-sans overflow-hidden relative" dir="rtl"> <div className="min-h-screen bg-transparent font-sans overflow-hidden relative"> <div className="absolute inset-0 z-0 overflow-hidden"> @@ -133,7 +133,7 @@ const Services = () => { </div> </div> </div> - +</section> ); };