Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
417
src/app/page.tsx
417
src/app/page.tsx
@@ -31,33 +31,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Koleksi",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Koleksi", id: "#products"},
|
||||
{
|
||||
name: "Best Seller",
|
||||
id: "#best-sellers",
|
||||
},
|
||||
name: "Best Seller", id: "#best-sellers"},
|
||||
{
|
||||
name: "Tentang",
|
||||
id: "#brand-story",
|
||||
},
|
||||
name: "Tentang", id: "#brand-story"},
|
||||
{
|
||||
name: "Kontak",
|
||||
id: "#location",
|
||||
},
|
||||
name: "Kontak", id: "#location"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EW5QBA7owcC4vTIHkVlkdbTmDN/uploaded-1780288014114-f4muyrm4.png"
|
||||
logoAlt="Khenar.id Logo"
|
||||
brandName="KHENAR.id"
|
||||
button={{
|
||||
text: "WhatsApp",
|
||||
href: "https://wa.me/6282347271137?text=Halo%20Khenar!%20Saya%20tertarik%20dengan%20produk%20ini.%20Boleh%20info%20lebih%20lanjut%3F",
|
||||
}}
|
||||
text: "WhatsApp", href: "https://wa.me/6282347271137?text=Halo%20Khenar!%20Saya%20tertarik%20dengan%20produk%20ini.%20Boleh%20info%20lebih%20lanjut%3F"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -67,56 +55,27 @@ export default function LandingPage() {
|
||||
description="Koleksi fashion kekinian untuk kamu yang nggak mau tampil biasa."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Dummy Customer 1",
|
||||
handle: "@customer1",
|
||||
testimonial: "Produknya bagus banget!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glad-eastern-female-has-islamic-religion-covered-head-with-pink-veil-smiles-gently-shows-white-teeth-isolated-against-violet-wall-expresses-positive-feelings-emotions-ethnicity_273609-26330.jpg",
|
||||
imageAlt: "Customer 1",
|
||||
},
|
||||
name: "Dummy Customer 1", handle: "@customer1", testimonial: "Produknya bagus banget!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glad-eastern-female-has-islamic-religion-covered-head-with-pink-veil-smiles-gently-shows-white-teeth-isolated-against-violet-wall-expresses-positive-feelings-emotions-ethnicity_273609-26330.jpg", imageAlt: "Customer 1"},
|
||||
{
|
||||
name: "Dummy Customer 2",
|
||||
handle: "@customer2",
|
||||
testimonial: "Sangat memuaskan!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/comic-book-lifestyle-scene-photographer_23-2151133750.jpg",
|
||||
imageAlt: "Customer 2",
|
||||
},
|
||||
name: "Dummy Customer 2", handle: "@customer2", testimonial: "Sangat memuaskan!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/comic-book-lifestyle-scene-photographer_23-2151133750.jpg", imageAlt: "Customer 2"},
|
||||
{
|
||||
name: "Dummy Customer 3",
|
||||
handle: "@customer3",
|
||||
testimonial: "Kualitas terbaik!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg",
|
||||
imageAlt: "Customer 3",
|
||||
},
|
||||
name: "Dummy Customer 3", handle: "@customer3", testimonial: "Kualitas terbaik!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg", imageAlt: "Customer 3"},
|
||||
{
|
||||
name: "Budi S.",
|
||||
handle: "@budi.s",
|
||||
testimonial: "Desainnya modern, bahannya nyaman. Pasti beli lagi!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-glasses_23-2148262832.jpg",
|
||||
imageAlt: "Customer Budi S.",
|
||||
},
|
||||
name: "Budi S.", handle: "@budi.s", testimonial: "Desainnya modern, bahannya nyaman. Pasti beli lagi!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-glasses_23-2148262832.jpg", imageAlt: "Customer Budi S."},
|
||||
{
|
||||
name: "Cindy L.",
|
||||
handle: "@cindy.l",
|
||||
testimonial: "Pengiriman cepat dan packaging rapi. Rekomen!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-hijab-winking_23-2148262878.jpg",
|
||||
imageAlt: "Customer Cindy L.",
|
||||
},
|
||||
name: "Cindy L.", handle: "@cindy.l", testimonial: "Pengiriman cepat dan packaging rapi. Rekomen!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-hijab-winking_23-2148262878.jpg", imageAlt: "Customer Cindy L."},
|
||||
]}
|
||||
tag="New Arrival — 2025"
|
||||
buttons={[
|
||||
{
|
||||
text: "Order via WhatsApp",
|
||||
href: "https://wa.me/6282347271137?text=Halo%20Khenar!%20Saya%20tertarik%20dengan%20produk%20ini.%20Boleh%20info%20lebih%20lanjut%3F",
|
||||
},
|
||||
text: "Order via WhatsApp", href: "https://wa.me/6282347271137?text=Halo%20Khenar!%20Saya%20tertarik%20dengan%20produk%20ini.%20Boleh%20info%20lebih%20lanjut%3F"},
|
||||
{
|
||||
text: "Lihat Semua Produk",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Lihat Semua Produk", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fashion-woman-casual-hipster-summer-clothes_158538-7932.jpg"
|
||||
imageAlt="Modest fashion model wearing Khenar.id collection"
|
||||
@@ -125,25 +84,15 @@ export default function LandingPage() {
|
||||
textPosition="bottom"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EW5QBA7owcC4vTIHkVlkdbTmDN/uploaded-1780288014114-f4muyrm4.png",
|
||||
alt: "Rara A.",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EW5QBA7owcC4vTIHkVlkdbTmDN/uploaded-1780288014114-f4muyrm4.png", alt: "Rara A."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fashion-woman-casual-hipster-summer-clothes_158538-7932.jpg",
|
||||
alt: "Nisa F.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/fashion-woman-casual-hipster-summer-clothes_158538-7932.jpg", alt: "Nisa F."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/glad-eastern-female-has-islamic-religion-covered-head-with-pink-veil-smiles-gently-shows-white-teeth-isolated-against-violet-wall-expresses-positive-feelings-emotions-ethnicity_273609-26330.jpg",
|
||||
alt: "Ayu D.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/glad-eastern-female-has-islamic-religion-covered-head-with-pink-veil-smiles-gently-shows-white-teeth-isolated-against-violet-wall-expresses-positive-feelings-emotions-ethnicity_273609-26330.jpg", alt: "Ayu D."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/charming-smiling-female-wears-traditional-arabian-veil-clenches-fists-celebrates-accomplishment-cheers-victory_273609-27303.jpg",
|
||||
alt: "Devi M.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/charming-smiling-female-wears-traditional-arabian-veil-clenches-fists-celebrates-accomplishment-cheers-victory_273609-27303.jpg", alt: "Devi M."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/triumphing-dark-skinned-woman-supports-somebody-looks-gladfully-camera-clenches-fists-winning-gesture-has-pleasant-smile-face_273609-25351.jpg",
|
||||
alt: "Siti R.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/triumphing-dark-skinned-woman-supports-somebody-looks-gladfully-camera-clenches-fists-winning-gesture-has-pleasant-smile-face_273609-25351.jpg", alt: "Siti R."},
|
||||
]}
|
||||
avatarText="Lihat Kata Mereka"
|
||||
/>
|
||||
@@ -154,15 +103,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"NEW ARRIVAL",
|
||||
"KHENAR.ID",
|
||||
"HIJAB KOLEKSI BARU",
|
||||
"FREE ONGKIR",
|
||||
"COD AVAILABLE",
|
||||
"CASUAL WEAR",
|
||||
]}
|
||||
"NEW ARRIVAL", "KHENAR.ID", "HIJAB KOLEKSI BARU", "FREE ONGKIR", "COD AVAILABLE", "CASUAL WEAR"]}
|
||||
speed={30}
|
||||
showCard={false}
|
||||
title=""
|
||||
description=""
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -174,89 +119,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p01",
|
||||
name: "Casual Oversize Shirt — Khenar",
|
||||
price: "Rp 89.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-tall-arabian-man-model-white-shirt-jeans-sunglasses-posed-street-city-beard-attractive-arab-guy-against-entrance-door-restaurant_627829-2620.jpg",
|
||||
imageAlt: "Casual Oversize Shirt — Khenar.id",
|
||||
},
|
||||
id: "p01", name: "Casual Oversize Shirt — Khenar", price: "Rp 89.000", imageSrc: "http://img.b2bpic.net/free-photo/stylish-tall-arabian-man-model-white-shirt-jeans-sunglasses-posed-street-city-beard-attractive-arab-guy-against-entrance-door-restaurant_627829-2620.jpg", imageAlt: "Casual Oversize Shirt — Khenar.id"},
|
||||
{
|
||||
id: "p02",
|
||||
name: "Soft Crop Blouse — Khenar",
|
||||
price: "Rp 79.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/incredible-stylish-european-model-wearing-black-shorts-white-top-with-bare-shoulder-posing-isolated-background_291650-1450.jpg",
|
||||
imageAlt: "Soft Crop Blouse — Khenar.id",
|
||||
},
|
||||
id: "p02", name: "Soft Crop Blouse — Khenar", price: "Rp 79.000", imageSrc: "http://img.b2bpic.net/free-photo/incredible-stylish-european-model-wearing-black-shorts-white-top-with-bare-shoulder-posing-isolated-background_291650-1450.jpg", imageAlt: "Soft Crop Blouse — Khenar.id"},
|
||||
{
|
||||
id: "p03",
|
||||
name: "Ribbed Knit Top — Khenar",
|
||||
price: "Rp 95.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-sweaters-gold-leaves_169016-5912.jpg",
|
||||
imageAlt: "Ribbed Knit Top — Khenar.id",
|
||||
},
|
||||
id: "p03", name: "Ribbed Knit Top — Khenar", price: "Rp 95.000", imageSrc: "http://img.b2bpic.net/free-photo/cozy-sweaters-gold-leaves_169016-5912.jpg", imageAlt: "Ribbed Knit Top — Khenar.id"},
|
||||
{
|
||||
id: "p04",
|
||||
name: "Linen Button Blouse — Khenar",
|
||||
price: "Rp 105.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cute-woman-outdoors_624325-1712.jpg",
|
||||
imageAlt: "Linen Button Blouse — Khenar.id",
|
||||
},
|
||||
id: "p04", name: "Linen Button Blouse — Khenar", price: "Rp 105.000", imageSrc: "http://img.b2bpic.net/free-photo/young-cute-woman-outdoors_624325-1712.jpg", imageAlt: "Linen Button Blouse — Khenar.id"},
|
||||
{
|
||||
id: "p05",
|
||||
name: "Wide Leg Trousers — Khenar",
|
||||
price: "Rp 119.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-haired-young-woman-hat-posing-sunset-park_181624-42429.jpg",
|
||||
imageAlt: "Wide Leg Trousers — Khenar.id",
|
||||
},
|
||||
id: "p05", name: "Wide Leg Trousers — Khenar", price: "Rp 119.000", imageSrc: "http://img.b2bpic.net/free-photo/red-haired-young-woman-hat-posing-sunset-park_181624-42429.jpg", imageAlt: "Wide Leg Trousers — Khenar.id"},
|
||||
{
|
||||
id: "p06",
|
||||
name: "Cargo Street Pants — Khenar",
|
||||
price: "Rp 129.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/oldies-having-fun-beach_23-2149618421.jpg",
|
||||
imageAlt: "Cargo Street Pants — Khenar.id",
|
||||
},
|
||||
id: "p06", name: "Cargo Street Pants — Khenar", price: "Rp 129.000", imageSrc: "http://img.b2bpic.net/free-photo/oldies-having-fun-beach_23-2149618421.jpg", imageAlt: "Cargo Street Pants — Khenar.id"},
|
||||
{
|
||||
id: "p07",
|
||||
name: "Straight Cut Trousers — Khenar",
|
||||
price: "Rp 109.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-outside-street_1303-14346.jpg",
|
||||
imageAlt: "Straight Cut Trousers — Khenar.id",
|
||||
},
|
||||
id: "p07", name: "Straight Cut Trousers — Khenar", price: "Rp 109.000", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-outside-street_1303-14346.jpg", imageAlt: "Straight Cut Trousers — Khenar.id"},
|
||||
{
|
||||
id: "p08",
|
||||
name: "Voile Daily Hijab — Khenar",
|
||||
price: "Rp 45.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-covering-her-face-with-veil-beach_23-2149460566.jpg",
|
||||
imageAlt: "Voile Daily Hijab — Khenar.id",
|
||||
},
|
||||
id: "p08", name: "Voile Daily Hijab — Khenar", price: "Rp 45.000", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-covering-her-face-with-veil-beach_23-2149460566.jpg", imageAlt: "Voile Daily Hijab — Khenar.id"},
|
||||
{
|
||||
id: "p09",
|
||||
name: "Jersey Instant Hijab — Khenar",
|
||||
price: "Rp 55.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-girl-talking-phone-outside_23-2148645038.jpg",
|
||||
imageAlt: "Jersey Instant Hijab — Khenar.id",
|
||||
},
|
||||
id: "p09", name: "Jersey Instant Hijab — Khenar", price: "Rp 55.000", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-girl-talking-phone-outside_23-2148645038.jpg", imageAlt: "Jersey Instant Hijab — Khenar.id"},
|
||||
{
|
||||
id: "p10",
|
||||
name: "Satin Luxe Hijab — Khenar",
|
||||
price: "Rp 65.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-muslim-woman-posing-chair_23-2149642295.jpg",
|
||||
imageAlt: "Satin Luxe Hijab — Khenar.id",
|
||||
},
|
||||
id: "p10", name: "Satin Luxe Hijab — Khenar", price: "Rp 65.000", imageSrc: "http://img.b2bpic.net/free-photo/side-view-muslim-woman-posing-chair_23-2149642295.jpg", imageAlt: "Satin Luxe Hijab — Khenar.id"},
|
||||
{
|
||||
id: "p11",
|
||||
name: "Casual Daily Set — Khenar",
|
||||
price: "Rp 185.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-girl-stylish-clothing-brands-pier-near-water_146671-19015.jpg",
|
||||
imageAlt: "Casual Daily Set — Khenar.id",
|
||||
},
|
||||
id: "p11", name: "Casual Daily Set — Khenar", price: "Rp 185.000", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-girl-stylish-clothing-brands-pier-near-water_146671-19015.jpg", imageAlt: "Casual Daily Set — Khenar.id"},
|
||||
{
|
||||
id: "p12",
|
||||
name: "Monochrome Set — Khenar",
|
||||
price: "Rp 195.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dried-roses-white-background-flatlay_53876-103562.jpg",
|
||||
imageAlt: "Monochrome Set — Khenar.id",
|
||||
},
|
||||
id: "p12", name: "Monochrome Set — Khenar", price: "Rp 195.000", imageSrc: "http://img.b2bpic.net/free-photo/dried-roses-white-background-flatlay_53876-103562.jpg", imageAlt: "Monochrome Set — Khenar.id"},
|
||||
]}
|
||||
title="Koleksi Terbaru"
|
||||
description="Curated for your mood"
|
||||
@@ -272,33 +157,13 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "bs01",
|
||||
name: "Soft Crop Blouse — Khenar",
|
||||
price: "Rp 79.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-businessman_158595-257.jpg",
|
||||
imageAlt: "Soft Crop Blouse — Khenar.id",
|
||||
},
|
||||
id: "bs01", name: "Soft Crop Blouse — Khenar", price: "Rp 79.000", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-businessman_158595-257.jpg", imageAlt: "Soft Crop Blouse — Khenar.id"},
|
||||
{
|
||||
id: "bs02",
|
||||
name: "Wide Leg Trousers — Khenar",
|
||||
price: "Rp 119.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-elegant-woman-wearing-black-jacket-brown-hat-skirt-with-handbag-clutch-walking-european-city-center_613910-6770.jpg",
|
||||
imageAlt: "Wide Leg Trousers — Khenar.id",
|
||||
},
|
||||
id: "bs02", name: "Wide Leg Trousers — Khenar", price: "Rp 119.000", imageSrc: "http://img.b2bpic.net/free-photo/fashion-elegant-woman-wearing-black-jacket-brown-hat-skirt-with-handbag-clutch-walking-european-city-center_613910-6770.jpg", imageAlt: "Wide Leg Trousers — Khenar.id"},
|
||||
{
|
||||
id: "bs03",
|
||||
name: "Voile Daily Hijab — Khenar",
|
||||
price: "Rp 45.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-plant_23-2149226587.jpg",
|
||||
imageAlt: "Voile Daily Hijab — Khenar.id",
|
||||
},
|
||||
id: "bs03", name: "Voile Daily Hijab — Khenar", price: "Rp 45.000", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-plant_23-2149226587.jpg", imageAlt: "Voile Daily Hijab — Khenar.id"},
|
||||
{
|
||||
id: "bs04",
|
||||
name: "Casual Daily Set — Khenar",
|
||||
price: "Rp 185.000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-coffee-cup_23-2148765432.jpg",
|
||||
imageAlt: "Casual Daily Set — Khenar.id",
|
||||
},
|
||||
id: "bs04", name: "Casual Daily Set — Khenar", price: "Rp 185.000", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-coffee-cup_23-2148765432.jpg", imageAlt: "Casual Daily Set — Khenar.id"},
|
||||
]}
|
||||
title="Yang Paling Dicari"
|
||||
description="Produk favorit pelanggan kami"
|
||||
@@ -314,35 +179,23 @@ export default function LandingPage() {
|
||||
description="Khenar lahir dari kecintaan terhadap fashion lokal yang modern dan accessible untuk semua perempuan muda Indonesia. Kami percaya bahwa style yang baik tidak harus mahal — cukup tepat, kekinian, dan jadi kamu. Setiap koleksi kami dirancang untuk menemani hari-hari kamu, dari morning hangout sampai evening stroll. Bergabunglah dengan ribuan perempuan yang sudah percaya pada Khenar."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ikuti di Instagram",
|
||||
href: "https://www.instagram.com/khenar.id",
|
||||
},
|
||||
text: "Ikuti di Instagram", href: "https://www.instagram.com/khenar.id"},
|
||||
]}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Fashion Kekinian",
|
||||
description: "Selalu update dengan tren terbaru untuk Gen Z.",
|
||||
icon: Sparkles,
|
||||
title: "Fashion Kekinian", description: "Selalu update dengan tren terbaru untuk Gen Z.", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Kualitas Terbaik",
|
||||
description: "Bahan pilihan, jahitan rapi, nyaman dipakai.",
|
||||
icon: Star,
|
||||
title: "Kualitas Terbaik", description: "Bahan pilihan, jahitan rapi, nyaman dipakai.", icon: Star,
|
||||
},
|
||||
{
|
||||
title: "Harga Terjangkau",
|
||||
description: "Style premium tanpa menguras dompet.",
|
||||
icon: Tag,
|
||||
title: "Harga Terjangkau", description: "Style premium tanpa menguras dompet.", icon: Tag,
|
||||
},
|
||||
{
|
||||
title: "Lokal Berdaya",
|
||||
description: "Mendukung penjahit dan desainer lokal Indonesia.",
|
||||
icon: Heart,
|
||||
title: "Lokal Berdaya", description: "Mendukung penjahit dan desainer lokal Indonesia.", icon: Heart,
|
||||
},
|
||||
{
|
||||
title: "Gaya Personal",
|
||||
description: "Ekspresikan dirimu dengan koleksi unik Khenar.",
|
||||
icon: Palette,
|
||||
title: "Gaya Personal", description: "Ekspresikan dirimu dengan koleksi unik Khenar.", icon: Palette,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dark-haired-lady-white-suit-holding-coffee-phone-charming-woman-linen-pants-beige-blouse-chatting-cellphone-drinking-tea_197531-27474.jpg"
|
||||
@@ -360,53 +213,23 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rara A.",
|
||||
role: "Pelanggan Setia",
|
||||
company: "Gorontalo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-friend-changing-appearance-fair_1301-1568.jpg",
|
||||
},
|
||||
id: "1", name: "Rara A.", role: "Pelanggan Setia", company: "Gorontalo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-friend-changing-appearance-fair_1301-1568.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Nisa F.",
|
||||
role: "Fashion Enthusiast",
|
||||
company: "Manado",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman-working-laptop-home_1163-3999.jpg",
|
||||
},
|
||||
id: "2", name: "Nisa F.", role: "Fashion Enthusiast", company: "Manado", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman-working-laptop-home_1163-3999.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ayu D.",
|
||||
role: "Pembeli Berulang",
|
||||
company: "Gorontalo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/check-out-cool-place-satisfied-carefree-stylish-attractive-adult-woman-with-perfect-body-tanned-skin-tattoos-laughing-smiling-joyfully-holding-hand-hip-pointing-left-purple-wall_1258-308903.jpg",
|
||||
},
|
||||
id: "3", name: "Ayu D.", role: "Pembeli Berulang", company: "Gorontalo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/check-out-cool-place-satisfied-carefree-stylish-attractive-adult-woman-with-perfect-body-tanned-skin-tattoos-laughing-smiling-joyfully-holding-hand-hip-pointing-left-purple-wall_1258-308903.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Devi M.",
|
||||
role: "Trendsetter",
|
||||
company: "Bone Bolango",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-dancing-together-kitchen_23-2148708961.jpg",
|
||||
},
|
||||
id: "4", name: "Devi M.", role: "Trendsetter", company: "Bone Bolango", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-dancing-together-kitchen_23-2148708961.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Siti R.",
|
||||
role: "Daily Wear Fan",
|
||||
company: "Gorontalo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-women-look-attentively-smartphone-screen-make-photo-make-video-call-wear-fashhionable-clothes-stand-closely-each-other-isolated-pink-background-people-technology-concept_273609-59390.jpg",
|
||||
},
|
||||
id: "5", name: "Siti R.", role: "Daily Wear Fan", company: "Gorontalo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-women-look-attentively-smartphone-screen-make-photo-make-video-call-wear-fashhionable-clothes-stand-closely-each-other-isolated-pink-background-people-technology-concept_273609-59390.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Fatma L.",
|
||||
role: "Puas Banget",
|
||||
company: "Limboto",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-fun-open-mic_23-2149501556.jpg",
|
||||
},
|
||||
id: "6", name: "Fatma L.", role: "Puas Banget", company: "Limboto", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-fun-open-mic_23-2149501556.jpg"},
|
||||
]}
|
||||
title="Kata Mereka 💬"
|
||||
description="Lebih dari 500 pelanggan sudah puas"
|
||||
@@ -421,49 +244,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Fashion Post 1",
|
||||
description: "Daily Style",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-sexy-brunette-wearing-stylish-black-dresses-sunglasses-posing-near-terrace-cafe-city_613910-4745.jpg",
|
||||
imageAlt: "Instagram Post 1",
|
||||
},
|
||||
title: "Fashion Post 1", description: "Daily Style", imageSrc: "http://img.b2bpic.net/free-photo/two-sexy-brunette-wearing-stylish-black-dresses-sunglasses-posing-near-terrace-cafe-city_613910-4745.jpg", imageAlt: "Instagram Post 1"},
|
||||
{
|
||||
title: "Fashion Post 2",
|
||||
description: "New Arrivals",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-woman-wearing-stylish-fedora-hat_23-2150711576.jpg",
|
||||
imageAlt: "Instagram Post 2",
|
||||
},
|
||||
title: "Fashion Post 2", description: "New Arrivals", imageSrc: "http://img.b2bpic.net/free-photo/view-woman-wearing-stylish-fedora-hat_23-2150711576.jpg", imageAlt: "Instagram Post 2"},
|
||||
{
|
||||
title: "Fashion Post 3",
|
||||
description: "Weekend Outfit",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-haired-girl-with-plaid-shirt-having-fun_1140-380.jpg",
|
||||
imageAlt: "Instagram Post 3",
|
||||
},
|
||||
title: "Fashion Post 3", description: "Weekend Outfit", imageSrc: "http://img.b2bpic.net/free-photo/long-haired-girl-with-plaid-shirt-having-fun_1140-380.jpg", imageAlt: "Instagram Post 3"},
|
||||
{
|
||||
title: "Fashion Post 4",
|
||||
description: "Mood Board",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photos-wheat-field_23-2148243284.jpg",
|
||||
imageAlt: "Instagram Post 4",
|
||||
},
|
||||
title: "Fashion Post 4", description: "Mood Board", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photos-wheat-field_23-2148243284.jpg", imageAlt: "Instagram Post 4"},
|
||||
{
|
||||
title: "Fashion Post 5",
|
||||
description: "Store Vibe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150862182.jpg",
|
||||
imageAlt: "Instagram Post 5",
|
||||
},
|
||||
title: "Fashion Post 5", description: "Store Vibe", imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150862182.jpg", imageAlt: "Instagram Post 5"},
|
||||
{
|
||||
title: "Fashion Post 6",
|
||||
description: "Inspo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-near-house-destroyed-by-war-war-ukraine_169016-65623.jpg",
|
||||
imageAlt: "Instagram Post 6",
|
||||
},
|
||||
title: "Fashion Post 6", description: "Inspo", imageSrc: "http://img.b2bpic.net/free-photo/woman-near-house-destroyed-by-war-war-ukraine_169016-65623.jpg", imageAlt: "Instagram Post 6"},
|
||||
]}
|
||||
title="@khenar.id di Instagram"
|
||||
description="Follow kami untuk inspirasi style harian"
|
||||
buttons={[
|
||||
{
|
||||
text: "Lihat Feed Instagram →",
|
||||
href: "https://www.instagram.com/khenar.id",
|
||||
},
|
||||
text: "Lihat Feed Instagram →", href: "https://www.instagram.com/khenar.id"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -476,39 +273,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Chat Langsung",
|
||||
description: "Order via WhatsApp untuk respon cepat & konsultasi produk.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blank-white-speech-with-shadow-blue-background_23-2147948725.jpg",
|
||||
imageAlt: "WhatsApp Icon",
|
||||
},
|
||||
title: "Chat Langsung", description: "Order via WhatsApp untuk respon cepat & konsultasi produk.", imageSrc: "http://img.b2bpic.net/free-photo/blank-white-speech-with-shadow-blue-background_23-2147948725.jpg", imageAlt: "WhatsApp Icon"},
|
||||
{
|
||||
title: "Beli di Shopee",
|
||||
description: "Bayar aman dengan ShopeePay & COD.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/add-cart-sign-front-side-with-white-background_187299-39632.jpg",
|
||||
imageAlt: "Shopee Icon",
|
||||
},
|
||||
title: "Beli di Shopee", description: "Bayar aman dengan ShopeePay & COD.", imageSrc: "http://img.b2bpic.net/free-photo/add-cart-sign-front-side-with-white-background_187299-39632.jpg", imageAlt: "Shopee Icon"},
|
||||
{
|
||||
title: "Ikuti Kami",
|
||||
description: "Lihat koleksi terbaru dan inspirasi style.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/instagram-logo-with-hearts-3d-render-social-media_23-2152000291.jpg",
|
||||
imageAlt: "Instagram Icon",
|
||||
},
|
||||
title: "Ikuti Kami", description: "Lihat koleksi terbaru dan inspirasi style.", imageSrc: "http://img.b2bpic.net/free-photo/instagram-logo-with-hearts-3d-render-social-media_23-2152000291.jpg", imageAlt: "Instagram Icon"},
|
||||
]}
|
||||
title="Belanja Sekarang"
|
||||
description="Pilih cara yang paling nyaman untukmu"
|
||||
buttons={[
|
||||
{
|
||||
text: "Chat WhatsApp Sekarang",
|
||||
href: "https://wa.me/6282347271137?text=Halo%20Khenar!%20Saya%20tertarik%20dengan%20produk%20ini.%20Boleh%20info%20lebih%20lanjut%3F",
|
||||
},
|
||||
text: "Chat WhatsApp Sekarang", href: "https://wa.me/6282347271137?text=Halo%20Khenar!%20Saya%20tertarik%20dengan%20produk%20ini.%20Boleh%20info%20lebih%20lanjut%3F"},
|
||||
{
|
||||
text: "Buka Toko Shopee",
|
||||
href: "https://id.shp.ee/HBc4NvNL",
|
||||
},
|
||||
text: "Buka Toko Shopee", href: "https://id.shp.ee/HBc4NvNL"},
|
||||
{
|
||||
text: "Follow @khenar.id",
|
||||
href: "https://www.instagram.com/khenar.id",
|
||||
},
|
||||
text: "Follow @khenar.id", href: "https://www.instagram.com/khenar.id"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -522,20 +301,14 @@ export default function LandingPage() {
|
||||
description="Kami ada di Gorontalo — datang dan lihat langsung koleksinya."
|
||||
buttons={[
|
||||
{
|
||||
text: "Buka di Google Maps →",
|
||||
href: "https://maps.app.goo.gl/eKEAXFnPXJLhpXNe9",
|
||||
},
|
||||
text: "Buka di Google Maps →", href: "https://maps.app.goo.gl/eKEAXFnPXJLhpXNe9"},
|
||||
]}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Alamat",
|
||||
description: "Oluhuta, Kec. Kabila, Bone Bolango, Gorontalo 96115",
|
||||
icon: MapPin,
|
||||
title: "Alamat", description: "Oluhuta, Kec. Kabila, Bone Bolango, Gorontalo 96115", icon: MapPin,
|
||||
},
|
||||
{
|
||||
title: "Telepon",
|
||||
description: "0823-4727-1137",
|
||||
icon: Phone,
|
||||
title: "Telepon", description: "0823-4727-1137", icon: Phone,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/location-symbol-street-city_23-2149764154.jpg"
|
||||
@@ -548,50 +321,34 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Khenar.id",
|
||||
items: [
|
||||
title: "Khenar.id", items: [
|
||||
{
|
||||
label: "Your Daily Style, Elevated.",
|
||||
href: "#",
|
||||
},
|
||||
label: "Your Daily Style, Elevated.", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow Us",
|
||||
items: [
|
||||
title: "Follow Us", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://www.instagram.com/khenar.id",
|
||||
},
|
||||
label: "Instagram", href: "https://www.instagram.com/khenar.id"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/6282347271137",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/6282347271137"},
|
||||
{
|
||||
label: "Shopee",
|
||||
href: "https://id.shp.ee/HBc4NvNL",
|
||||
},
|
||||
label: "Shopee", href: "https://id.shp.ee/HBc4NvNL"},
|
||||
{
|
||||
label: "TikTok",
|
||||
href: "https://www.tiktok.com/@khenar.id",
|
||||
},
|
||||
label: "TikTok", href: "https://www.tiktok.com/@khenar.id"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "0823-4727-1137",
|
||||
href: "tel:+6282347271137",
|
||||
},
|
||||
label: "0823-4727-1137", href: "tel:+6282347271137"},
|
||||
{
|
||||
label: "Oluhuta, Kabila, Gorontalo",
|
||||
href: "https://maps.app.goo.gl/eKEAXFnPXJLhpXNe9",
|
||||
},
|
||||
label: "Oluhuta, Kabila, Gorontalo", href: "https://maps.app.goo.gl/eKEAXFnPXJLhpXNe9"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2025 Khenar.id — All rights reserved."
|
||||
bottomRightText=""
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user