fix: add responsive to main, offer, result sections
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
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 License from './license/license';
|
||||
// import Contacts from './contacts/contacts';
|
||||
// import Footer from './footer/footer';
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -11,9 +11,9 @@ export default function HomePage() {
|
||||
<Main />
|
||||
<Offer />
|
||||
<Result />
|
||||
<License />
|
||||
<Contacts />
|
||||
<Footer />
|
||||
{/*<License />*/}
|
||||
{/*<Contacts />*/}
|
||||
{/*<Footer />*/}
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user