This commit is contained in:
Rahaf
2026-01-12 16:46:00 +03:00
parent ee7ceb0745
commit 963805cada
2 changed files with 4 additions and 2 deletions

View File

@ -1142,6 +1142,7 @@ const About = ({ theme = 'light' }) => {
`;
return (
<section id="about" >
<StyledWrapper $theme={theme}>
<HeaderSection>
<Title>
@ -1335,6 +1336,7 @@ const About = ({ theme = 'light' }) => {
</DetailModal>
)}
</StyledWrapper>
</section>
);
};

View File

@ -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>
);
};