feat: add result section

This commit is contained in:
2025-05-30 11:02:09 +03:00
parent 6bd23f4d2d
commit 6a9b8f41e8
12 changed files with 195 additions and 9 deletions

View File

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