hero section done

This commit is contained in:
nabijonovdavronbek619@gmail.com
2025-11-12 11:51:29 +05:00
parent faff1e1138
commit bf7b869dd4
6 changed files with 157 additions and 54 deletions

View File

@@ -6,11 +6,13 @@ import Partners from "@/components/pageParts/partners";
import Map from "@/components/pageParts/map";
import CustomSlider from "@/components/pageParts/newsSlider";
import Footer from "@/components/nav_foot/footer";
import HeroSection from "@/components/pageParts/hero";
export default function Home() {
return (
<div>
<section id="products" className="mt-50 mb-10">
<HeroSection/>
<section id="products" className="mt-10 mb-10">
<Products />
</section>
<Texnika />