fix
This commit is contained in:
parent
27e04f61f6
commit
b6a99368c0
|
|
@ -18,7 +18,6 @@ export default function AboutPage() {
|
||||||
<div className="relative z-10 bg-white w-full mx-auto">
|
<div className="relative z-10 bg-white w-full mx-auto">
|
||||||
<Navbar />
|
<Navbar />
|
||||||
<GallerySection />
|
<GallerySection />
|
||||||
|
|
||||||
<Footer />
|
<Footer />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ export default function FeaturesAndSpecifications() {
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<h2 className="text-2xl mt-5 mb-8">
|
<h2 className="text-2xl mt-5 mb-8">
|
||||||
<span className="text-[#1F6779] font-semibold">Jaecoo 8 AWD</span>{" "}
|
<span className="text-[#1F6779] font-semibold">Jaecoo 7 AWD</span>{" "}
|
||||||
Spesifikasi
|
Spesifikasi
|
||||||
</h2>
|
</h2>
|
||||||
<div className="grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-4 gap-x-32 gap-y-6 text-sm sm:text-base text-start my-10">
|
<div className="grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-4 gap-x-32 gap-y-6 text-sm sm:text-base text-start my-10">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue