feat: add offer section

This commit is contained in:
2025-05-29 15:18:51 +03:00
parent c4cc79637b
commit 6bd23f4d2d
31 changed files with 358 additions and 16 deletions

View File

@@ -0,0 +1,2 @@
.Footer {
}

View File

@@ -0,0 +1,5 @@
import s from './footer.module.scss';
export default function Footer() {
return <section className={s.Footer}>Footer</section>;
}