fix: fotter

This commit is contained in:
2025-06-06 13:00:19 +03:00
parent e861d2e025
commit dd452a950d
9 changed files with 344 additions and 59 deletions

View File

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