feat: add offer section
This commit is contained in:
19
src/views/home/ui/home.tsx
Normal file
19
src/views/home/ui/home.tsx
Normal file
@@ -0,0 +1,19 @@
|
||||
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';
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<Main />
|
||||
<Offer />
|
||||
{/*<Result />*/}
|
||||
{/*<License />*/}
|
||||
{/*<Contacts />*/}
|
||||
{/*<Footer />*/}
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user