new car added and added some new features to header location icon and again added show case section
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user