products
This commit is contained in:
18
app/page.tsx
18
app/page.tsx
@@ -4,18 +4,20 @@ 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 CustomSlider from "@/components/pageParts/newsSlider";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<div >
|
||||
<section id="products" className="mt-50 mb-10">
|
||||
<Products/>
|
||||
<div>
|
||||
<section id="products" className="mt-50 mb-10">
|
||||
<Products />
|
||||
</section>
|
||||
<Texnika/>
|
||||
<Offer/>
|
||||
<Faq/>
|
||||
<Partners/>
|
||||
<Map/>
|
||||
<Texnika />
|
||||
<Offer />
|
||||
<CustomSlider/>
|
||||
<Faq />
|
||||
<Partners />
|
||||
<Map />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user