fix: add responsive to license section

This commit is contained in:
2025-06-06 09:37:54 +03:00
parent 78f98a2a8c
commit e861d2e025
6 changed files with 127 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
import Main from './main/main';
import Offer from './offer/offer';
import Result from './result/result';
// import License from './license/license';
import License from './license/license';
// import Contacts from './contacts/contacts';
// import Footer from './footer/footer';
@@ -11,7 +11,7 @@ export default function HomePage() {
<Main />
<Offer />
<Result />
{/*<License />*/}
<License />
{/*<Contacts />*/}
{/*<Footer />*/}
</>