Update src/app/page.tsx

This commit is contained in:
2026-06-03 05:16:20 +00:00
parent 75a7f2fd2a
commit 27ea364b7a

View File

@@ -32,88 +32,51 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "#hero",
},
name: "Home", id: "#hero"},
{
name: "Layanan Kami",
id: "#services",
},
name: "Layanan Kami", id: "#services"},
{
name: "Segmen Pasar",
id: "#market-segments",
},
name: "Segmen Pasar", id: "#market-segments"},
{
name: "Mengapa LOSCO?",
id: "#why-us",
},
name: "Mengapa LOSCO?", id: "#why-us"},
{
name: "Testimoni",
id: "#testimonials",
},
name: "Testimoni", id: "#testimonials"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Kontak",
id: "#contact",
},
name: "Kontak", id: "#contact"},
]}
logoSrc="http://img.b2bpic.net/free-vector/illustration-boutique-shop-logo-stamp-banner_53876-3736.jpg"
logoAlt="LOSCO Apparel Logo"
brandName="LOSCO Apparel"
button={{
text: "Pesan Sekarang",
href: "https://wa.me/6282210104564",
}}
text: "Pesan Sekarang", href: "https://wa.me/6282210104564"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "rotated-rays-animated-grid",
}}
variant: "rotated-rays-animated-grid"}}
title="Jersey Custom Terbaik, Kualitas Juara, Harga Terjangkau"
description="Dipercaya 165+ pelanggan dengan rating ⭐ 5.0 Google — futsal, basket, esports, korporat, komunitas motor."
buttons={[
{
text: "Pesan Sekarang via WhatsApp",
href: "https://wa.me/6282210104564",
},
text: "Pesan Sekarang via WhatsApp", href: "https://wa.me/6282210104564"},
]}
carouselItems={[
{
id: "hero-1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ec0m3tuoFtabWYPB3G9wrrWLBt/uploaded-1780463642445-pbhfrq4v.png",
imageAlt: "Model memakai jersey custom retro LOSCO Apparel",
},
id: "hero-1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ec0m3tuoFtabWYPB3G9wrrWLBt/uploaded-1780463642445-pbhfrq4v.png", imageAlt: "Model memakai jersey custom retro LOSCO Apparel"},
{
id: "hero-2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ec0m3tuoFtabWYPB3G9wrrWLBt/uploaded-1780463642445-z41vv03t.jpg",
imageAlt: "Model memakai jersey custom Timnas Indonesia LOSCO Apparel",
},
id: "hero-2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ec0m3tuoFtabWYPB3G9wrrWLBt/uploaded-1780463642445-z41vv03t.jpg", imageAlt: "Model memakai jersey custom Timnas Indonesia LOSCO Apparel"},
{
id: "hero-3",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ec0m3tuoFtabWYPB3G9wrrWLBt/uploaded-1780463642445-u6tnynp1.jpg",
imageAlt: "Model memakai jersey custom El Clasico Indonesia LOSCO Apparel",
},
id: "hero-3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ec0m3tuoFtabWYPB3G9wrrWLBt/uploaded-1780463642445-u6tnynp1.jpg", imageAlt: "Model memakai jersey custom El Clasico Indonesia LOSCO Apparel"},
{
id: "hero-4",
imageSrc: "http://img.b2bpic.net/free-photo/soccer-game-concept_23-2151043798.jpg",
imageAlt: "Sekelompok pemain futsal dengan jersey custom yang bersemangat",
},
id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/soccer-game-concept_23-2151043798.jpg", imageAlt: "Sekelompok pemain futsal dengan jersey custom yang bersemangat"},
{
id: "hero-5",
imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-retail-assistant-guiding-client-choosing-tie_482257-118493.jpg",
imageAlt: "Desain jersey custom yang dinamis dan modern",
},
id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-retail-assistant-guiding-client-choosing-tie_482257-118493.jpg", imageAlt: "Desain jersey custom yang dinamis dan modern"},
{
id: "hero-6",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-kids-with-marshmallows_23-2149885273.jpg",
imageAlt: "Tim olahraga dan komunitas yang bahagia dengan pakaian custom mereka",
},
id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/front-view-kids-with-marshmallows_23-2149885273.jpg", imageAlt: "Tim olahraga dan komunitas yang bahagia dengan pakaian custom mereka"},
]}
autoPlay={true}
autoPlayInterval={5000}
@@ -127,24 +90,16 @@ export default function LandingPage() {
metrics={[
{
icon: Star,
label: "Rating Google",
value: "⭐ 5.0/5 (165 Reviews)",
},
label: "Rating Google", value: "⭐ 5.0/5 (165 Reviews)"},
{
icon: Zap,
label: "Produksi Cepat",
value: "37 Hari",
},
label: "Produksi Cepat", value: "37 Hari"},
{
icon: Award,
label: "Kualitas Premium",
value: "Anti-Luntur",
},
label: "Kualitas Premium", value: "Anti-Luntur"},
{
icon: Truck,
label: "Pengiriman",
value: "Se-Indonesia",
},
label: "Pengiriman", value: "Se-Indonesia"},
]}
metricsAnimation="slide-up"
/>
@@ -158,53 +113,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Jersey Futsal Custom",
description: "Desain sesuai tim, bahan nyaman, anti-luntur.",
imageSrc: "http://img.b2bpic.net/free-photo/young-black-man-with-soccer-ball-lowering-head_23-2148203593.jpg",
imageAlt: "Jersey futsal custom",
titleImageSrc: "http://img.b2bpic.net/free-photo/front-view-women-football-team_23-2148634639.jpg",
buttonText: "Lihat Contoh",
},
title: "Jersey Futsal Custom", description: "Desain sesuai tim, bahan nyaman, anti-luntur.", imageSrc: "http://img.b2bpic.net/free-photo/young-black-man-with-soccer-ball-lowering-head_23-2148203593.jpg", imageAlt: "Jersey futsal custom", titleImageSrc: "http://img.b2bpic.net/free-photo/front-view-women-football-team_23-2148634639.jpg", buttonText: "Lihat Contoh"},
{
title: "Jersey Basket Custom",
description: "Gaya modern, bahan breathable untuk performa terbaik.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-locker-with-equipment_23-2150847402.jpg",
imageAlt: "Jersey basket custom",
titleImageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-cheerleader-cute-uniform_23-2149111108.jpg",
buttonText: "Lihat Contoh",
},
title: "Jersey Basket Custom", description: "Gaya modern, bahan breathable untuk performa terbaik.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-locker-with-equipment_23-2150847402.jpg", imageAlt: "Jersey basket custom", titleImageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-cheerleader-cute-uniform_23-2149111108.jpg", buttonText: "Lihat Contoh"},
{
title: "Kaos DTF Custom",
description: "Sablon Direct-to-Film, detail tajam, warna cerah.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-shopping-online_23-2148577063.jpg",
imageAlt: "Kaos DTF Custom",
titleImageSrc: "http://img.b2bpic.net/free-photo/happy-young-girl-casual-clothes-making-wish-crossing-fingers-with-hope-expression-sitting-chair-light-living-room_141793-101811.jpg",
buttonText: "Lihat Contoh",
},
title: "Kaos DTF Custom", description: "Sablon Direct-to-Film, detail tajam, warna cerah.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-shopping-online_23-2148577063.jpg", imageAlt: "Kaos DTF Custom", titleImageSrc: "http://img.b2bpic.net/free-photo/happy-young-girl-casual-clothes-making-wish-crossing-fingers-with-hope-expression-sitting-chair-light-living-room_141793-101811.jpg", buttonText: "Lihat Contoh"},
{
title: "Jersey Esports",
description: "Desain futuristik, identitas tim esports Anda.",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-biker-portrait-25-years-man-motorcycle-protective-jacket-wit-helmet_343059-833.jpg",
imageAlt: "Jersey Esports",
titleImageSrc: "http://img.b2bpic.net/free-vector/customizable-athletic-jersey-textures-professional-football-shirt-templates_29096-5094.jpg",
buttonText: "Lihat Contoh",
},
title: "Jersey Esports", description: "Desain futuristik, identitas tim esports Anda.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-biker-portrait-25-years-man-motorcycle-protective-jacket-wit-helmet_343059-833.jpg", imageAlt: "Jersey Esports", titleImageSrc: "http://img.b2bpic.net/free-vector/customizable-athletic-jersey-textures-professional-football-shirt-templates_29096-5094.jpg", buttonText: "Lihat Contoh"},
{
title: "Seragam Korporat",
description: "Tingkatkan citra perusahaan dengan seragam custom.",
imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-woman-blue-uniform-cap-looking-aside-puzzled-standing-pink-wall_141793-71904.jpg",
imageAlt: "Seragam Korporat",
titleImageSrc: "http://img.b2bpic.net/free-photo/man-standing-shop-looking-mirror-choosing-tie_7502-4399.jpg",
buttonText: "Lihat Contoh",
},
title: "Seragam Korporat", description: "Tingkatkan citra perusahaan dengan seragam custom.", imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-woman-blue-uniform-cap-looking-aside-puzzled-standing-pink-wall_141793-71904.jpg", imageAlt: "Seragam Korporat", titleImageSrc: "http://img.b2bpic.net/free-photo/man-standing-shop-looking-mirror-choosing-tie_7502-4399.jpg", buttonText: "Lihat Contoh"},
{
title: "Jersey Komunitas Motor",
description: "Tunjukkan solidaritas komunitas dengan jersey unik.",
imageSrc: "http://img.b2bpic.net/free-photo/female-athlete-competing-paralympic-games_23-2151586480.jpg",
imageAlt: "Jersey Komunitas Motor",
titleImageSrc: "http://img.b2bpic.net/free-vector/highoctane-motocross-gear-designs-custom-sublimation-graphics-dirtbike-enthusiasts_29096-6100.jpg",
buttonText: "Lihat Contoh",
},
title: "Jersey Komunitas Motor", description: "Tunjukkan solidaritas komunitas dengan jersey unik.", imageSrc: "http://img.b2bpic.net/free-photo/female-athlete-competing-paralympic-games_23-2151586480.jpg", imageAlt: "Jersey Komunitas Motor", titleImageSrc: "http://img.b2bpic.net/free-vector/highoctane-motocross-gear-designs-custom-sublimation-graphics-dirtbike-enthusiasts_29096-6100.jpg", buttonText: "Lihat Contoh"},
]}
title="Layanan Kami"
description="LOSCO Apparel menawarkan berbagai layanan pencetakan jersey dan pakaian custom untuk memenuhi kebutuhan unik Anda."
@@ -219,46 +138,22 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "",
title: "Tim Olahraga",
description: "Futsal, Basket, Voli, Bulutangkis",
icon: Users,
id: "m1", value: "", title: "Tim Olahraga", description: "Futsal, Basket, Voli, Bulutangkis", icon: Users,
},
{
id: "m2",
value: "",
title: "Sekolah & Kampus",
description: "Seragam, event, merchandise",
icon: GraduationCap,
id: "m2", value: "", title: "Sekolah & Kampus", description: "Seragam, event, merchandise", icon: GraduationCap,
},
{
id: "m3",
value: "",
title: "Tim Esports",
description: "Identitas tim gaming yang kuat",
icon: Flag,
id: "m3", value: "", title: "Tim Esports", description: "Identitas tim gaming yang kuat", icon: Flag,
},
{
id: "m4",
value: "",
title: "Komunitas Motor",
description: "Jersey khas komunitas Anda",
icon: Car,
id: "m4", value: "", title: "Komunitas Motor", description: "Jersey khas komunitas Anda", icon: Car,
},
{
id: "m5",
value: "",
title: "Event Korporat",
description: "Pakaian khusus acara perusahaan",
icon: Briefcase,
id: "m5", value: "", title: "Event Korporat", description: "Pakaian khusus acara perusahaan", icon: Briefcase,
},
{
id: "m6",
value: "",
title: "Brand Clothing",
description: "Produksi kaos DTF untuk merek Anda",
icon: Image,
id: "m6", value: "", title: "Brand Clothing", description: "Produksi kaos DTF untuk merek Anda", icon: Image,
},
]}
title="Kami Melayani Berbagai Segmen"
@@ -268,37 +163,22 @@ export default function LandingPage() {
<div id="why-us" data-section="why-us">
<MetricCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
{
id: "w1",
value: "",
title: "Bahan Premium Anti-Luntur",
description: "Menggunakan bahan berkualitas tinggi yang tahan lama dan warna tidak mudah pudar.",
icon: Droplet,
id: "w1", value: "", title: "Bahan Premium Anti-Luntur", description: "Menggunakan bahan berkualitas tinggi yang tahan lama dan warna tidak mudah pudar.", icon: Droplet,
},
{
id: "w2",
value: "",
title: "Produksi Cepat 37 Hari",
description: "Proses pengerjaan efisien tanpa mengurangi kualitas.",
icon: Zap,
id: "w2", value: "", title: "Produksi Cepat 37 Hari", description: "Proses pengerjaan efisien tanpa mengurangi kualitas.", icon: Zap,
},
{
id: "w3",
value: "",
title: "Harga Kompetitif & Transparan",
description: "Penawaran harga terbaik tanpa biaya tersembunyi.",
icon: DollarSign,
id: "w3", value: "", title: "Harga Kompetitif & Transparan", description: "Penawaran harga terbaik tanpa biaya tersembunyi.", icon: DollarSign,
},
{
id: "w4",
value: "",
title: "Revisi Desain Gratis",
description: "Kami pastikan desain sesuai keinginan Anda sebelum produksi.",
icon: PenTool,
id: "w4", value: "", title: "Revisi Desain Gratis", description: "Kami pastikan desain sesuai keinginan Anda sebelum produksi.", icon: PenTool,
},
]}
title="Kenapa LOSCO Apparel?"
@@ -314,37 +194,13 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "1) Chat via WhatsApp",
description: "Hubungi tim kami untuk memulai diskusi.",
imageSrc: "http://img.b2bpic.net/free-photo/online-help-center_53876-95304.jpg",
imageAlt: "Chat via WhatsApp",
titleImageSrc: "http://img.b2bpic.net/free-photo/woman-using-smartphone-social-media_53876-105326.jpg",
buttonText: "Mulai Chat",
},
title: "1) Chat via WhatsApp", description: "Hubungi tim kami untuk memulai diskusi.", imageSrc: "http://img.b2bpic.net/free-photo/online-help-center_53876-95304.jpg", imageAlt: "Chat via WhatsApp", titleImageSrc: "http://img.b2bpic.net/free-photo/woman-using-smartphone-social-media_53876-105326.jpg", buttonText: "Mulai Chat"},
{
title: "2) Diskusi Desain & Ukuran",
description: "Sampaikan ide, ukuran, dan kebutuhan custom Anda.",
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-designer-using-3d-printer_23-2151019890.jpg",
imageAlt: "Diskusi Desain & Ukuran",
titleImageSrc: "http://img.b2bpic.net/free-photo/female-designer-taking-photography-fashion-sketch-smartphone_23-2147875024.jpg",
buttonText: "Lihat Contoh Desain",
},
title: "2) Diskusi Desain & Ukuran", description: "Sampaikan ide, ukuran, dan kebutuhan custom Anda.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-designer-using-3d-printer_23-2151019890.jpg", imageAlt: "Diskusi Desain & Ukuran", titleImageSrc: "http://img.b2bpic.net/free-photo/female-designer-taking-photography-fashion-sketch-smartphone_23-2147875024.jpg", buttonText: "Lihat Contoh Desain"},
{
title: "3) Konfirmasi & Pembayaran",
description: "Setujui desain akhir dan lakukan pembayaran.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-using-laptop-online-shopping-with-credit-card_23-2149087151.jpg",
imageAlt: "Konfirmasi & Pembayaran",
titleImageSrc: "http://img.b2bpic.net/free-photo/side-view-female-friends-looking-their-smartphones_23-2148708894.jpg",
buttonText: "Info Pembayaran",
},
title: "3) Konfirmasi & Pembayaran", description: "Setujui desain akhir dan lakukan pembayaran.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-using-laptop-online-shopping-with-credit-card_23-2149087151.jpg", imageAlt: "Konfirmasi & Pembayaran", titleImageSrc: "http://img.b2bpic.net/free-photo/side-view-female-friends-looking-their-smartphones_23-2148708894.jpg", buttonText: "Info Pembayaran"},
{
title: "4) Produksi & Pengiriman",
description: "Pesanan Anda akan diproduksi dan dikirim.",
imageSrc: "http://img.b2bpic.net/free-photo/man-warehouse-working-with-packages_23-2148886842.jpg",
imageAlt: "Produksi & Pengiriman",
titleImageSrc: "http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151663060.jpg",
buttonText: "Cek Resi",
},
title: "4) Produksi & Pengiriman", description: "Pesanan Anda akan diproduksi dan dikirim.", imageSrc: "http://img.b2bpic.net/free-photo/man-warehouse-working-with-packages_23-2148886842.jpg", imageAlt: "Produksi & Pengiriman", titleImageSrc: "http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151663060.jpg", buttonText: "Cek Resi"},
]}
title="Cara Order Mudah"
description="Pesan jersey dan apparel custom Anda dalam beberapa langkah sederhana."
@@ -359,59 +215,28 @@ export default function LandingPage() {
carouselMode="buttons"
testimonials={[
{
id: "1",
name: "albaqiahmadmustofa",
role: "Pelanggan Setia",
company: "Google Reviews",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-confident-standing-street_839833-33403.jpg",
},
id: "1", name: "albaqiahmadmustofa", role: "Pelanggan Setia", company: "Google Reviews", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-confident-standing-street_839833-33403.jpg"},
{
id: "2",
name: "Iwan Setiawan",
role: "Pelanggan Lokal",
company: "Google Reviews",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-purple-winter-jacket-drinking-coffee-guy-drinking-coffee-street-man-holding-paper-cup-with-americano-latte-street-style_639032-2923.jpg",
},
id: "2", name: "Iwan Setiawan", role: "Pelanggan Lokal", company: "Google Reviews", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-purple-winter-jacket-drinking-coffee-guy-drinking-coffee-street-man-holding-paper-cup-with-americano-latte-street-style_639032-2923.jpg"},
{
id: "3",
name: "Rio Hardian",
role: "Pelanggan Puas",
company: "Google Reviews",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/image-happy-healthy-middleaged-man-holding-green-apple-laughing-smiling-carefree-standing_1258-137692.jpg",
},
id: "3", name: "Rio Hardian", role: "Pelanggan Puas", company: "Google Reviews", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/image-happy-healthy-middleaged-man-holding-green-apple-laughing-smiling-carefree-standing_1258-137692.jpg"},
{
id: "4",
name: "Dian Pratiwi",
role: "Owner Brand Clothing",
company: "FashionKu",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-blouse-cardigan-showing-double-thumbs-up-looking-merry-front-view_176474-109554.jpg",
},
id: "4", name: "Dian Pratiwi", role: "Owner Brand Clothing", company: "FashionKu", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-blouse-cardigan-showing-double-thumbs-up-looking-merry-front-view_176474-109554.jpg"},
{
id: "5",
name: "Rizky Ramadhan",
role: "Kapten Tim Futsal",
company: "Garuda FC",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-cheerful-pretty-young-20s-woman-glasses-student-employee-smiling-camera-happy-carrying-tote-bag-lean-red-brick-building-wall-campus-enjoying-leisure_197531-30540.jpg",
},
id: "5", name: "Rizky Ramadhan", role: "Kapten Tim Futsal", company: "Garuda FC", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-cheerful-pretty-young-20s-woman-glasses-student-employee-smiling-camera-happy-carrying-tote-bag-lean-red-brick-building-wall-campus-enjoying-leisure_197531-30540.jpg"},
]}
kpiItems={[
{
value: "5.0/5",
label: "Rating Google",
},
value: "5.0/5", label: "Rating Google"},
{
value: "165+",
label: "Review Positif",
},
value: "165+", label: "Review Positif"},
{
value: "100%",
label: "Kepuasan Pelanggan",
},
value: "100%", label: "Kepuasan Pelanggan"},
]}
title="Kata Mereka Tentang LOSCO Apparel"
description="Dengar langsung dari pelanggan kami yang puas dengan kualitas dan layanan LOSCO Apparel."
@@ -424,30 +249,15 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "faq1",
title: "Berapa minimum order?",
content: "Minimum order untuk jersey custom adalah 12 pcs, dan untuk kaos DTF custom adalah 6 pcs.",
},
id: "faq1", title: "Berapa minimum order?", content: "Minimum order untuk jersey custom adalah 12 pcs, dan untuk kaos DTF custom adalah 6 pcs."},
{
id: "faq2",
title: "Berapa lama proses produksi?",
content: "Proses produksi jersey custom memakan waktu 7-14 hari kerja, dan kaos DTF custom 3-7 hari kerja, tergantung jumlah dan kerumitan desain.",
},
id: "faq2", title: "Berapa lama proses produksi?", content: "Proses produksi jersey custom memakan waktu 7-14 hari kerja, dan kaos DTF custom 3-7 hari kerja, tergantung jumlah dan kerumitan desain."},
{
id: "faq3",
title: "Apakah bisa pakai desain sendiri?",
content: "Tentu saja! Kami sangat menganjurkan Anda untuk menggunakan desain sendiri agar lebih unik dan sesuai keinginan. Kami juga menyediakan layanan revisi desain gratis.",
},
id: "faq3", title: "Apakah bisa pakai desain sendiri?", content: "Tentu saja! Kami sangat menganjurkan Anda untuk menggunakan desain sendiri agar lebih unik dan sesuai keinginan. Kami juga menyediakan layanan revisi desain gratis."},
{
id: "faq4",
title: "Apakah ada garansi kualitas?",
content: "Ya, kami memberikan garansi untuk setiap produk kami. Jika ada cacat produksi atau ketidaksesuaian yang signifikan, kami siap membantu Anda.",
},
id: "faq4", title: "Apakah ada garansi kualitas?", content: "Ya, kami memberikan garansi untuk setiap produk kami. Jika ada cacat produksi atau ketidaksesuaian yang signifikan, kami siap membantu Anda."},
{
id: "faq5",
title: "Apakah melayani pengiriman luar kota?",
content: "Kami melayani pengiriman ke seluruh wilayah Indonesia dengan berbagai pilihan ekspedisi terpercaya.",
},
id: "faq5", title: "Apakah melayani pengiriman luar kota?", content: "Kami melayani pengiriman ke seluruh wilayah Indonesia dengan berbagai pilihan ekspedisi terpercaya."},
]}
title="Pertanyaan Umum"
description="Temukan jawaban cepat untuk pertanyaan yang sering diajukan seputar layanan LOSCO Apparel."
@@ -459,8 +269,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Hubungi Kami"
title="Siap Bikin Jersey Impian Tim Kamu?"
description="Jangan tunda lagi, wujudkan desain custom jersey dan apparel impian Anda bersama LOSCO Apparel. Hubungi kami sekarang untuk konsultasi gratis!"
@@ -479,54 +288,33 @@ export default function LandingPage() {
logoText="LOSCO Apparel"
columns={[
{
title: "Informasi",
items: [
title: "Informasi", items: [
{
label: "Tentang Kami",
href: "#why-us",
},
label: "Tentang Kami", href: "#why-us"},
{
label: "Hubungi Kami",
href: "#contact",
},
label: "Hubungi Kami", href: "#contact"},
{
label: "Lokasi Kami",
href: "https://maps.app.goo.gl/2Dd17QTMRaZXUpBM8",
},
label: "Lokasi Kami", href: "https://maps.app.goo.gl/2Dd17QTMRaZXUpBM8"},
],
},
{
title: "Layanan",
items: [
title: "Layanan", items: [
{
label: "Jersey Custom",
href: "#services",
},
label: "Jersey Custom", href: "#services"},
{
label: "Kaos DTF Custom",
href: "#services",
},
label: "Kaos DTF Custom", href: "#services"},
{
label: "Seragam Korporat",
href: "#services",
},
label: "Seragam Korporat", href: "#services"},
],
},
{
title: "Dukungan",
items: [
title: "Dukungan", items: [
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
{
label: "Kebijakan Privasi",
href: "#",
},
label: "Kebijakan Privasi", href: "#"},
{
label: "Syarat & Ketentuan",
href: "#",
},
label: "Syarat & Ketentuan", href: "#"},
],
},
]}