faq
This commit is contained in:
@@ -2,15 +2,21 @@ import Image from "next/image";
|
||||
import Header from "../components/nav_foot/header";
|
||||
import Navbar from "@/components/nav_foot/navbar";
|
||||
import Products from "@/components/pageParts/products";
|
||||
import Texnika from "@/components/pageParts/texnika";
|
||||
import Offer from "@/components/pageParts/offer";
|
||||
import Faq from "@/components/pageParts/faq";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<div >
|
||||
<Header/>
|
||||
<Navbar/>
|
||||
<section id="products" className="mt-50">
|
||||
<section id="products" className="mt-50 mb-10">
|
||||
<Products/>
|
||||
</section>
|
||||
<Texnika/>
|
||||
<Offer/>
|
||||
<Faq/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user