footer add

This commit is contained in:
sebvtl728
2025-01-09 21:27:52 +01:00
parent c057878b5d
commit 7c25479236
5 changed files with 218 additions and 12 deletions
@@ -94,7 +94,7 @@ const ServicePageTemplate = ({
sx={{
textTransform: "none",
fontWeight: "bold",
backgroundColor: "#0e467f",
backgroundColor: " #0e467f",
"&:hover": { backgroundColor: "#00bcd4" },
}}
>
@@ -212,12 +212,12 @@ const ServicePageTemplate = ({
flexDirection: "column",
alignItems: "center",
textAlign: "center",
background: "rgba(10, 41, 79, 0.21)",
background: "rgb(255, 255, 255)",
boxShadow: "0 4px 30px rgba(0, 0, 0, 0.1)",
backdropFilter: "blur(10px)",
borderRadius: 2,
border: "1px solid rgba(255, 255, 255, 0.3)",
color: " #ffffff",
color: "rgb(0, 0, 0)",
}}
>
<img