Added contact us

Added services
This commit is contained in:
Rahaf
2026-01-09 19:24:08 +03:00
parent 330a0d1ff1
commit 4bedf7b193
6 changed files with 151 additions and 782 deletions

View File

@ -64,11 +64,11 @@ const BackgroundCanvas = ({ theme = 'light' }) => {
let lineColor, pointColor, backgroundColor;
if (theme === 'dark') {
backgroundColor = '#000000';
backgroundColor = '#446a85';
lineColor = '#FFFFFF';
pointColor = '#F5EEE6';
} else {
backgroundColor = '#FFFFFF';
backgroundColor = '#d3dde3';
lineColor = '#131313';
pointColor = '#041c40';
}