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' }) => { )} + ); }; 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 ( - + @@ -133,7 +133,7 @@ const Services = () => { - + ); };