This commit is contained in:
Anang Yusman 2025-10-23 20:15:13 +08:00
parent faa0f215c4
commit 6ae63f65d6
17 changed files with 34 additions and 36 deletions

View File

@ -6,18 +6,19 @@ export default function FeaturesAndSpecifications() {
return (
<section className="pt-10 px-4 sm:px-6 md:px-20 bg-white">
<h2 className="text-2xl mt-5 mb-8">
<span className="text-[#1F6779] font-semibold">Jaecoo 5 EV</span> Fitur
<span className="text-[#1F6779] font-semibold">Jaecoo 5 EV</span>{" "}
Interior
</h2>
<div className="relative w-full h-[300px] sm:h-[400px] md:h-[600px]">
<Image
src="/fitur1.png"
src="/j5-fitur1.jpg"
alt="Aluminium Chassis"
fill
className="object-cover"
sizes="100vw"
/>
<div className="absolute bottom-26 left-3 sm:left-10 md:left-26 max-w-xs bg-white/60 rounded-lg p-4">
{/* <div className="absolute bottom-26 left-3 sm:left-10 md:left-26 max-w-xs bg-white/60 rounded-lg p-4">
<h2 className="text-xl sm:text-sm font-semibold text-black">
Lane Changing Assistance
</h2>
@ -26,11 +27,11 @@ export default function FeaturesAndSpecifications() {
provides alerts or steering support to help ensure sasfe and
confident lane changes
</p>
</div>
</div> */}
</div>
<div className="relative w-full h-[300px] sm:h-[400px] md:h-[600px] my-20">
<Image
src="/fitur2.png"
src="/j5-fitur9.jpg"
alt="Aluminium Chassis"
fill
className="object-cover"

View File

@ -25,17 +25,19 @@ export default function HeaderProductJ7Awd() {
const downloadLink = `https://drive.google.com/uc?export=download&id=${fileId}`;
const images = [
"/jj7-cars.png",
"/green-j7-awd.png",
"/black-j7-awd.png",
"/white-j7-awd.png",
"/j5-putih.png",
"/j5-hitam.png",
"/j5-silver.png",
"/j5-biru.png",
"/j5-hijau.png",
];
const gradients = [
"linear-gradient(to bottom, #B0B5C2, #B0B5C2)",
"linear-gradient(to bottom, #5D6B4F, #5D6B4F)",
"linear-gradient(to bottom, #1A1A1A, #3A3A3A)",
"linear-gradient(to bottom, #FFFFFF, #FFFFFF)",
"linear-gradient(to bottom, #1A1A1A, #3A3A3A)",
"linear-gradient(to bottom, #B0B5C2, #B0B5C2)",
"linear-gradient(to bottom, #233a77, #233a77)",
"linear-gradient(to bottom, #5D6B4F, #5D6B4F)",
];
return (
<>
@ -132,7 +134,7 @@ export default function HeaderProductJ7Awd() {
</motion.div>
</section>
{/* <motion.div
<motion.div
initial={{ opacity: 0 }}
animate={{ opacity: 1 }}
transition={{ delay: 0.5, duration: 0.8 }}
@ -169,7 +171,7 @@ export default function HeaderProductJ7Awd() {
/>
))}
</motion.div>
</motion.div> */}
</motion.div>
</>
);
}

View File

@ -8,46 +8,42 @@ const features = [
title: "14.8 Screen with APPLE Carplay & Android Auto",
description:
"Stay connected and informed with a 14.8 display offering clear visuals and advanced functionality for a seamless driving experience.",
image: "/interior-2.png",
image: "/j5-fitur2.jpg",
},
{
title: "Windshield Heads-Up Display (W-HUD)",
description:
"Stay informed and focused on the road with the adjustable W-HUD, tailored to align perfectly with your unique sitting position for optimal driving comfort and safety.",
image: "/interior-3.png",
title: "",
description: "",
image: "/j5-fitur3.jpg",
},
{
title: "540 degree HD video",
description:
"The 540-degree HD video system provides comprehensive coverage, ensuring nothing escapes your view.",
image: "/interior-4.png",
title: "",
description: "",
image: "/j5-fitur4.jpg",
},
{
title: "Wireless Charging",
description:
"Stay powered up on the go with Wireless Charging, ensuring your devices are always ready when you are.",
image: "/interior-5.png",
image: "/j5-fitur7.png",
},
];
const interior = [
{
title: "Aircraft-style Gear Shift",
description:
"A seamless blend of style and performance with the Avantgrade Fighter-Inspired Transmission Shifter.",
image: "/interior-6.png",
title: "",
description: "",
image: "/j5-fitur8.jpg",
},
{
title: "Heated/Ventilated Seats",
description:
"Enjoy ultimate comfort with synthetic leather seats featuring heating and ventilation, designed for a luxurious and adaptable driving experience.",
image: "/interior-7.png",
title: "",
description: "",
image: "/j5-fitur6.jpeg",
},
{
title: "Sony 8-Speaker Audio system",
description:
"Immerse yourself in rich, high-quality sound with the Sony 8-speaker audio system, delivering an exceptional listening experience on every journey.",
image: "/interior-8.png",
image: "/j5-fitur5.jpg",
},
];
export default function Interior() {
@ -61,8 +57,7 @@ export default function Interior() {
animate={inView ? { opacity: 1, y: 0 } : {}}
transition={{ duration: 0.6 }}
>
<span className="text-[#1F6779] font-semibold">Jaecoo 5 EV</span>{" "}
Interior
<span className="text-[#1F6779] font-semibold">Jaecoo 5 EV</span> Fitur
</motion.h2>
<motion.div
@ -72,7 +67,7 @@ export default function Interior() {
transition={{ duration: 0.7 }}
>
<Image
src="/interior-1.png"
src="/j5-fitur1.jpg"
alt="Interior Hero"
fill
className="object-cover"

BIN
public/j5-biru.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 523 KiB

BIN
public/j5-fitur1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 MiB

BIN
public/j5-fitur2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 MiB

BIN
public/j5-fitur3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 MiB

BIN
public/j5-fitur4.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 MiB

BIN
public/j5-fitur5.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 MiB

BIN
public/j5-fitur6.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 MiB

BIN
public/j5-fitur7.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 MiB

BIN
public/j5-fitur8.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 MiB

BIN
public/j5-fitur9.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 MiB

BIN
public/j5-hijau.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 530 KiB

BIN
public/j5-hitam.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 520 KiB

BIN
public/j5-putih.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 519 KiB

BIN
public/j5-silver.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 KiB