diff --git a/public/images/hero-mobile.png b/public/images/hero-mobile.png new file mode 100644 index 0000000..9f56b4a Binary files /dev/null and b/public/images/hero-mobile.png differ diff --git a/src/components/common/footer/footer.module.scss b/src/components/common/footer/footer.module.scss index 463d8e9..0767c6e 100644 --- a/src/components/common/footer/footer.module.scss +++ b/src/components/common/footer/footer.module.scss @@ -63,18 +63,6 @@ height: 100%; pointer-events: none; user-select: none; - - &::after { - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - z-index: -1; - background: radial-gradient(circle, transparent 0, #fdbb2d 100%); - height: calc(var(--vh) * 63); - content: ''; - filter: blur(30px); - } } } diff --git a/src/components/common/footer/index.tsx b/src/components/common/footer/index.tsx index d632700..fabe25b 100644 --- a/src/components/common/footer/index.tsx +++ b/src/components/common/footer/index.tsx @@ -21,10 +21,10 @@ export const Footer = () => { <>