new car added and added some new features to header location icon and again added show case section

This commit is contained in:
nabijonovdavronbek619@gmail.com
2025-11-14 15:14:41 +05:00
parent 8827f612a5
commit 8a2708a03a
81 changed files with 1147 additions and 476 deletions

View File

@@ -5,14 +5,13 @@ import Faq from "@/components/pageParts/faq";
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>
<HeroSection/>
<section id="products" className=" mb-10">
<HeroSection />
<section id="products" className="mt-5 mb-10">
<Products />
</section>
<Texnika />
@@ -22,7 +21,10 @@ export default function Home() {
</section>
<Faq />
<Partners />
<Map />
<section id="map">
<Map />
</section>
</div>
);
}