feat: add license section

This commit is contained in:
2025-05-30 11:50:12 +03:00
parent 6a9b8f41e8
commit daff59e8d7
3 changed files with 123 additions and 3 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 />*/}
</>