Added Id
This commit is contained in:
@ -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>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
@ -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>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user