diff --git a/app/about/galery/page.tsx b/app/about/galery/page.tsx
new file mode 100644
index 0000000..ee50764
--- /dev/null
+++ b/app/about/galery/page.tsx
@@ -0,0 +1,16 @@
+import Footer from "@/components/landing-page/footer";
+import GallerySection from "@/components/landing-page/galery";
+import Navbar from "@/components/landing-page/navbar";
+
+export default function AboutPage() {
+ return (
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/app/about/page.tsx b/app/about/profile/page.tsx
similarity index 55%
rename from app/about/page.tsx
rename to app/about/profile/page.tsx
index 38db846..784ff56 100644
--- a/app/about/page.tsx
+++ b/app/about/profile/page.tsx
@@ -1,14 +1,7 @@
import Agent from "@/components/landing-page/agent";
import Footer from "@/components/landing-page/footer";
-import Galeri from "@/components/landing-page/galeri";
import HeaderAbout from "@/components/landing-page/header-about";
-import HeaderItems from "@/components/landing-page/header-item";
-import Help from "@/components/landing-page/help";
-import FormJaecoo from "@/components/landing-page/jaecoo-form";
import Navbar from "@/components/landing-page/navbar";
-import NearestLocation from "@/components/landing-page/nearest-location";
-
-import Service from "@/components/landing-page/service";
export default function AboutPage() {
return (
@@ -17,9 +10,6 @@ export default function AboutPage() {
-
-
-
diff --git a/app/about/sosmed/page.tsx b/app/about/sosmed/page.tsx
new file mode 100644
index 0000000..17871c6
--- /dev/null
+++ b/app/about/sosmed/page.tsx
@@ -0,0 +1,18 @@
+import Footer from "@/components/landing-page/footer";
+import Navbar from "@/components/landing-page/navbar";
+
+import Service from "@/components/landing-page/service";
+import SosmedSection from "@/components/landing-page/social-media";
+
+export default function AboutPage() {
+ return (
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/app/customer-service/after-sales/page.tsx b/app/customer-service/after-sales/page.tsx
new file mode 100644
index 0000000..a66d7ec
--- /dev/null
+++ b/app/customer-service/after-sales/page.tsx
@@ -0,0 +1,15 @@
+import Footer from "@/components/landing-page/footer";
+import HeaderAfterSalesServices from "@/components/landing-page/header-after-sales";
+import Navbar from "@/components/landing-page/navbar";
+
+export default function AfterSalesServicesPage() {
+ return (
+
+
+
+
+
+
+
+ );
+}
diff --git a/app/customer-service/sales/page.tsx b/app/customer-service/sales/page.tsx
new file mode 100644
index 0000000..179dc37
--- /dev/null
+++ b/app/customer-service/sales/page.tsx
@@ -0,0 +1,15 @@
+import Footer from "@/components/landing-page/footer";
+import HeaderSalesServices from "@/components/landing-page/header-sales";
+import Navbar from "@/components/landing-page/navbar";
+
+export default function SalesServicesPage() {
+ return (
+
+
+
+
+
+
+
+ );
+}
diff --git a/app/page.tsx b/app/page.tsx
index cb18965..fbaf312 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -1,7 +1,6 @@
import Footer from "@/components/landing-page/footer";
import Header from "@/components/landing-page/header";
import Items from "@/components/landing-page/items";
-import Location from "@/components/landing-page/location";
import Navbar from "@/components/landing-page/navbar";
import Video from "@/components/landing-page/video";
import Agent from "@/components/landing-page/agent";
@@ -17,7 +16,7 @@ export default function Home() {
-
+ {/* */}
diff --git a/app/price/price-information/page.tsx b/app/price/price-information/page.tsx
new file mode 100644
index 0000000..465e2ed
--- /dev/null
+++ b/app/price/price-information/page.tsx
@@ -0,0 +1,15 @@
+import Footer from "@/components/landing-page/footer";
+import HeaderPriceInformation from "@/components/landing-page/header-price";
+import Navbar from "@/components/landing-page/navbar";
+
+export default function PriceInformationPage() {
+ return (
+
+
+
+
+
+
+
+ );
+}
diff --git a/app/price/promo/page.tsx b/app/price/promo/page.tsx
new file mode 100644
index 0000000..6aaa47a
--- /dev/null
+++ b/app/price/promo/page.tsx
@@ -0,0 +1,15 @@
+import Footer from "@/components/landing-page/footer";
+import Navbar from "@/components/landing-page/navbar";
+import HeaderPromo from "@/components/landing-page/promo";
+
+export default function PromoPage() {
+ return (
+
+
+
+
+
+
+
+ );
+}
diff --git a/app/product/j7-awd/page.tsx b/app/product/j7-awd/page.tsx
new file mode 100644
index 0000000..38eae0e
--- /dev/null
+++ b/app/product/j7-awd/page.tsx
@@ -0,0 +1,21 @@
+import Exterior from "@/components/landing-page/exterior";
+import FeaturesAndSpecifications from "@/components/landing-page/features-and-specifications";
+import Footer from "@/components/landing-page/footer";
+import HeaderProductJ7Awd from "@/components/landing-page/header-product-j7-awd";
+import Interior from "@/components/landing-page/interior";
+import Navbar from "@/components/landing-page/navbar";
+
+export default function ProductJ7Page() {
+ return (
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/app/product/j7-shs/page.tsx b/app/product/j7-shs/page.tsx
new file mode 100644
index 0000000..0e92ec1
--- /dev/null
+++ b/app/product/j7-shs/page.tsx
@@ -0,0 +1,21 @@
+import ExteriorShs from "@/components/landing-page/exterior-shs";
+import FeaturesAndSpecificationsShs from "@/components/landing-page/features-and-specifications-shs";
+import Footer from "@/components/landing-page/footer";
+import HeaderProductJ7Shs from "@/components/landing-page/header-product-j7-shs";
+import InteriorShs from "@/components/landing-page/interior-shs";
+import Navbar from "@/components/landing-page/navbar";
+
+export default function ProductJ7ShsPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/app/product/j8-awd/page.tsx b/app/product/j8-awd/page.tsx
new file mode 100644
index 0000000..45d5e8b
--- /dev/null
+++ b/app/product/j8-awd/page.tsx
@@ -0,0 +1,21 @@
+import ExteriorJ8Awd from "@/components/landing-page/exterior-j8-awd";
+import FeaturesAndSpecificationsJ8 from "@/components/landing-page/features-and-specifications-j8";
+import Footer from "@/components/landing-page/footer";
+import HeaderProductJ8Awd from "@/components/landing-page/header-product-j8-awd";
+import InteriorJ8Awd from "@/components/landing-page/interior-j8-awd";
+import Navbar from "@/components/landing-page/navbar";
+
+export default function ProductJ8Page() {
+ return (
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/app/product/page.tsx b/app/product/page.tsx
index 98eea1b..37746a4 100644
--- a/app/product/page.tsx
+++ b/app/product/page.tsx
@@ -1,7 +1,7 @@
import Exterior from "@/components/landing-page/exterior";
import FeaturesAndSpecifications from "@/components/landing-page/features-and-specifications";
import Footer from "@/components/landing-page/footer";
-import HeaderProduct from "@/components/landing-page/header-product";
+import HeaderProduct from "@/components/landing-page/header-product-j7-awd";
import Interior from "@/components/landing-page/interior";
import Navbar from "@/components/landing-page/navbar";
diff --git a/app/service/after-sales/page.tsx b/app/service/after-sales/page.tsx
new file mode 100644
index 0000000..2a7ae65
--- /dev/null
+++ b/app/service/after-sales/page.tsx
@@ -0,0 +1,15 @@
+import HeaderAfterSales from "@/components/landing-page/after-sales";
+import Footer from "@/components/landing-page/footer";
+import Navbar from "@/components/landing-page/navbar";
+
+export default function AfterSalesPage() {
+ return (
+
+
+
+
+
+
+
+ );
+}
diff --git a/app/service/program-service/page.tsx b/app/service/program-service/page.tsx
new file mode 100644
index 0000000..da88ff7
--- /dev/null
+++ b/app/service/program-service/page.tsx
@@ -0,0 +1,15 @@
+import Footer from "@/components/landing-page/footer";
+import Navbar from "@/components/landing-page/navbar";
+import HeaderProgramSales from "@/components/landing-page/program-sales";
+
+export default function ProgramSalesPage() {
+ return (
+
+
+
+
+
+
+
+ );
+}
diff --git a/components/landing-page/after-sales.tsx b/components/landing-page/after-sales.tsx
new file mode 100644
index 0000000..c048f4e
--- /dev/null
+++ b/components/landing-page/after-sales.tsx
@@ -0,0 +1,87 @@
+"use client";
+
+import Image from "next/image";
+import { motion } from "framer-motion";
+
+export default function HeaderAfterSales() {
+ const services = [
+ {
+ image: "/after-sales.png",
+ title: "GARANSI KENDARAAN",
+ description:
+ "Jaecoo Indonesia berkomitmen seluruh pelanggan setia Jaecoo Indonesia dengan memberikan garansi kendaraan selama 6 tahun apabila terdapat cacat material atau kesalahan dari hasil kerja pabrik.",
+ },
+ {
+ image: "/after-sales.png",
+ title: "GARANSI MESIN",
+ description:
+ "Jaecoo Indonesia memberikan garansi mesin selama 10 tahun apabila terdapat cacat material atau kesalahan dari hasil kerja pabrik.",
+ },
+ {
+ image: "/after-sales.png",
+ title: "FREE BIAYA PERAWATAN",
+ description:
+ "Jaecoo Indonesia memberikan gratis biaya perawatan atau service di Dealer Resmi Jaecoo selama 4 tahun kepada seluruh pelanggan Jaecoo Indonesia.",
+ },
+ {
+ image: "/after-sales2.png",
+ title: "SPAREPART",
+ description:
+ "Jaecoo Indonesia menyediakan sparepart berkualitas terbaik dan orisinil dari pabrik Jaecoo Indonesia.",
+ },
+ ];
+
+ return (
+ <>
+
+
+
+
+ {" "}
+ {/* Ini mengatur tinggi sesuai rasio gambar */}
+
+
+
+ );
+}
diff --git a/components/landing-page/exterior-j8-awd.tsx b/components/landing-page/exterior-j8-awd.tsx
new file mode 100644
index 0000000..5294660
--- /dev/null
+++ b/components/landing-page/exterior-j8-awd.tsx
@@ -0,0 +1,116 @@
+"use client";
+
+import Image from "next/image";
+import { motion } from "framer-motion";
+import { useInView } from "react-intersection-observer";
+import { useEffect, useState } from "react";
+
+const featuresJ8 = [
+ {
+ title: "ARDIS",
+ description:
+ "ARDIS (All-Road Drive Intelligent System) automatically adjusts power to each wheel, giving you better grip, stability, and control on any road.",
+ image: "/ex-j8.png",
+ },
+ {
+ title: "CDC Magnetic Suspension",
+ description:
+ "Equipped with real-time road condition detection, the J8 instantly adjusts shock absorbers to keep the vehicle stable, ensuring a smooth and controlled ride.",
+ image: "/ex-j8-2.png",
+ },
+ {
+ title: "2.0L Turbocharged Engine",
+ description:
+ "Equipped with a 2.0L turbo engine that delivers 183 kW and 385 Nm, the J8 offers strong performance and smooth control for any road.",
+ image: "/ex-j8-3.png",
+ },
+ {
+ title: "Waterfall Grille Design",
+ description:
+ "Features a bold, flowing design that captures attention at first glance. The cascading pattern blends elegance with energy, reflecting modern confidence while optimizing airflow for improved vehicle performance.",
+ image: "/ex-j8-4.png",
+ },
+ {
+ title: "LED Tech Headlamp",
+ description: "",
+ image: "/ex-j8-5.png",
+ },
+ {
+ title: "20-inch Alloy Wheels",
+ description:
+ "Striking 20-inch alloy wheels deliver a blend of style and durability. ",
+ image: "/ex-j8-6.png",
+ },
+ {
+ title: "Hidden door handles",
+ description:
+ "Seamlessly integrated into the vehicle body to reduce wind noise and drag.",
+ image: "/ex-j8-7.png",
+ },
+ {
+ title: "Strong Through Waistline",
+ description:
+ "The J8’s exterior embodies bold simplicity with crisp, powerful lines and a golden-ratio silhouette.",
+ image: "/ex-j8-8.png",
+ },
+];
+
+export default function ExteriorJ8Awd() {
+ const [ref, inView] = useInView({ triggerOnce: true, threshold: 0.2 });
+ const [show, setShow] = useState(false);
+
+ useEffect(() => {
+ if (inView) {
+ setShow(true);
+ }
+ }, [inView]);
+
+ return (
+
+
+ Jaecoo 8 AWD{" "}
+ Teknologi dan Exterior
+
+
+
+ {featuresJ8.map((item, index) => (
+
+
+
+
+ {item.title}
+
+
+ {item.description}
+
+
+
+ ))}
+
+
+ );
+}
diff --git a/components/landing-page/exterior-shs.tsx b/components/landing-page/exterior-shs.tsx
new file mode 100644
index 0000000..17562db
--- /dev/null
+++ b/components/landing-page/exterior-shs.tsx
@@ -0,0 +1,141 @@
+"use client";
+
+import Image from "next/image";
+import { motion } from "framer-motion";
+import { useInView } from "react-intersection-observer";
+import { useEffect, useState } from "react";
+
+const featuresshs = [
+ {
+ title: "Rear view mirrors",
+ description:
+ "The mirrors on the pillars are a discreet but aesthetic design detail of the Jaecoo J7 SHS. Their contrasting inserts harmoniously resonate with other accent touches of the exterior.",
+ image: "/ex-shs3.png",
+ },
+ {
+ title: "Wheels 19”",
+ description:
+ "Built with a lightweight aluminum chassis, offering enhanced strength, durability, and improved performance for a superior driving experience.",
+ image: "/ex-shs4.png",
+ },
+ {
+ title: "Retractable handles",
+ description:
+ "The designers used a spectacular solution - door handles that automatically extend using an electric drive. Minimal force is required to open the door.",
+ image: "/ex-shs5.png",
+ },
+ {
+ title: "Rear Bumper Design",
+ description:
+ "Featuring refined lines and bold contours, the rear bumper enhances the vehicle's sporty and stylish character.",
+ image: "/ex-shs6.png",
+ },
+];
+
+export default function ExteriorShs() {
+ const [ref, inView] = useInView({ triggerOnce: true, threshold: 0.2 });
+ const [show, setShow] = useState(false);
+
+ useEffect(() => {
+ if (inView) {
+ setShow(true);
+ }
+ }, [inView]);
+
+ return (
+
+
+ Jaecoo 7 SHS{" "}
+ Teknologi dan Exterior
+
+
+
+
+
+
+ 5th generation 1.5t + 1dht
+
+
+ Drive with peace of mind, protected by 7 strategically placed
+ airbags designed for maximum safety in every journey.
+
+
+
+
+
+
+
+ IP68 protection hybrid battery
+
+
+ Advanced Hybrid Battery Pack Designed for Durability and Performance
+ with IP68 Protection. Engineered for toughness, this hybrid battery
+ pack features IP68 protection and triple-layer safety against
+ damage.
+
+ Advanced safety feature that monitors surrounding traffic and
+ provides alerts or steering support to help ensure sasfe and
+ confident lane changes
+
+
+
+
+
+
+
+
+ Jaecoo 8 AWD{" "}
+ Spesifikasi
+
+
+
+
Max Power
+
248ps
+
+
+
AWD Technology
+
ARDIS
+
+
+
Suspension
+
CDC Magnetic
+
+
+
ADAS
+
19 adas
+
+
+
Engine
+
2.0TGDI
+
+
+
0-100km-h
+
8.8s
+
+
+
airbag
+
10 airbags
+
+
+
Torque
+
385N.m
+
+
+
+ );
+}
diff --git a/components/landing-page/features-and-specifications-shs.tsx b/components/landing-page/features-and-specifications-shs.tsx
new file mode 100644
index 0000000..d6864ef
--- /dev/null
+++ b/components/landing-page/features-and-specifications-shs.tsx
@@ -0,0 +1,76 @@
+"use client";
+
+import Image from "next/image";
+
+export default function FeaturesAndSpecificationsShs() {
+ return (
+
+
+ Jaecoo 7 SHS Fitur
+
+
+
+
+
+
+ Lane Changing Assistance
+
+
+ Advanced safety feature that monitors surrounding traffic and
+ provides alerts or steering support to help ensure sasfe and
+ confident lane changes
+
+ Mengenal Lebih Dekat Dealer Resmi{" "}
+ Jaecoo
+
+
+ Komitmen kami adalah memberikan layanan terbaik dan pengalaman premium
+ di setiap kunjungan Anda.
+
+
-
-
-
-
+
+
+
+
+
+
- Mengenal Lebih Dekat Dealer Resmi Jaecoo
+ Mas Group
+
+
+
+
+ MAS Group began its journey as a vehicle rental service provider,
+ supporting Chevron Group’s oil and gas exploration vendors in Riau
+ Province. In 2002, with the entry of Ford Motor Company into the
+ Indonesian market, we were appointed as an authorized Ford dealer
+ for the Riau region.
+
+
+ Thanks to our team’s extensive experience and the strength of our
+ product offerings, we successfully secured large fleet contracts
+ and were consistently recognized by Ford Motor Indonesia as one of
+ its top-performing dealers over several consecutive years.
+
+
+ Building on this success, we expanded our automotive portfolio to
+ include Mercedes-Benz trucks dealership operations and broadened
+ our car rental services to meet the increasing demand from sectors
+ such as coal mining, oil and gas, palm oil plantations, and
+ logistics.
+
+
+ Today, we are proud to be a major EV dealer in Indonesia,
+ representing several leading brands: Chery & Tiggo ,Great Wall
+ Motors (Tank, Haval, Ora), MG, Omoda & Jaecoo and Lepas.
+
+
+
+
+
+
+
+ Mengenal Lebih Dekat Dealer Resmi{" "}
+ Jaecoo
-
- Deskripsi Singkat
-
-
- Dealer resmi Jaecoo sejak 2023, berlokasi di pusat Bandung. Kami
+
+ Dealer resmi Jaecoo sejak 2025, berlokasi di Kelapa Gading. Kami
melayani penjualan, servis, serta test drive dengan fasilitas
showroom modern dan teknisi bersertifikat.
-
+
- Alamat: Jaecoo Cihampelas Bandung, Jl. Cihampelas
- No. 264-268, Bandung, Jawa Barat 40131
+ Alamat: Jaecoo 1S Kelapa Gading, Jl. Boulevard
+ Raya Blok LA 6 No. 34-35, Kelapa Gading, Jakarta Utara 14240