contact
This commit is contained in:
@@ -7,6 +7,8 @@ import Offer from "@/components/pageParts/offer";
|
||||
import Faq from "@/components/pageParts/faq";
|
||||
import Partners from "@/components/pageParts/partners";
|
||||
import Map from "@/components/pageParts/map";
|
||||
import Contact from "@/components/pageParts/contact/contact";
|
||||
import Footer from "@/components/nav_foot/footer";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
@@ -21,6 +23,10 @@ export default function Home() {
|
||||
<Faq/>
|
||||
<Partners/>
|
||||
<Map/>
|
||||
<section id="contact" className="my-20" >
|
||||
<Contact/>
|
||||
</section>
|
||||
<Footer/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user