Added Id
This commit is contained in:
@ -1142,6 +1142,7 @@ const About = ({ theme = 'light' }) => {
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
<section id="about" >
|
||||||
<StyledWrapper $theme={theme}>
|
<StyledWrapper $theme={theme}>
|
||||||
<HeaderSection>
|
<HeaderSection>
|
||||||
<Title>
|
<Title>
|
||||||
@ -1335,6 +1336,7 @@ const About = ({ theme = 'light' }) => {
|
|||||||
</DetailModal>
|
</DetailModal>
|
||||||
)}
|
)}
|
||||||
</StyledWrapper>
|
</StyledWrapper>
|
||||||
|
</section>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -33,7 +33,7 @@ const Services = () => {
|
|||||||
];
|
];
|
||||||
|
|
||||||
return (
|
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" dir="rtl">
|
||||||
<div className="min-h-screen bg-transparent font-sans overflow-hidden relative">
|
<div className="min-h-screen bg-transparent font-sans overflow-hidden relative">
|
||||||
<div className="absolute inset-0 z-0 overflow-hidden">
|
<div className="absolute inset-0 z-0 overflow-hidden">
|
||||||
@ -133,7 +133,7 @@ const Services = () => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</section>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user