swiper slider
This commit is contained in:
@@ -5,6 +5,7 @@ import Products from "@/components/pageParts/products";
|
||||
import Texnika from "@/components/pageParts/texnika";
|
||||
import Offer from "@/components/pageParts/offer";
|
||||
import Faq from "@/components/pageParts/faq";
|
||||
import Partners from "@/components/pageParts/partners";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
@@ -17,6 +18,7 @@ export default function Home() {
|
||||
<Texnika/>
|
||||
<Offer/>
|
||||
<Faq/>
|
||||
<Partners/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user