Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-06-01 04:51:48 +00:00

View File

@@ -171,9 +171,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
{ id: "whatsapp", title: "Chat Langsung", description: "Order via WhatsApp untuk respon cepat & konsultasi produk", tag: "WhatsApp", imageSrc: "http://img.b2bpic.net/free-photo/heart-bubble-speech-icon-table_23-2148023848.jpg", imageAlt: "WhatsApp Logo", buttons: [{ text: "Chat WhatsApp Sekarang", href: "https://wa.me/6282347271137?text=Halo%20Khenar!%20Saya%20tertarik%20dengan%20produk%20ini." }] },
{ id: "whatsapp", title: "Chat Langsung", description: "Order via WhatsApp untuk respon cepat & konsultasi produk", tag: "WhatsApp", imageSrc: "http://img.b2bpic.net/free-photo/heart-bubble-speech-icon-table_23-2148023848.jpg?_wi=1", imageAlt: "WhatsApp Logo", buttons: [{ text: "Chat WhatsApp Sekarang", href: "https://wa.me/6282347271137?text=Halo%20Khenar!%20Saya%20tertarik%20dengan%20produk%20ini." }] },
{ id: "shopee", title: "Beli di Shopee", description: "Bayar aman dengan ShopeePay & COD tersedia", tag: "Shopee", imageSrc: "http://img.b2bpic.net/free-photo/minimal-shopping-cart-shopping-concept-orange-background-3d-rendering_56104-1396.jpg", imageAlt: "Shopee Logo", buttons: [{ text: "Buka Toko Shopee", href: "https://id.shp.ee/HBc4NvNL" }] },
{ id: "instagram", title: "Ikuti Kami", description: "Lihat koleksi terbaru dan inspirasi style harian", tag: "Instagram", imageSrc: "http://img.b2bpic.net/free-vector/social-media-app-threads-logo-vector_1017-45261.jpg", imageAlt: "Instagram Logo", buttons: [{ text: "Follow @khenar.id", href: "https://www.instagram.com/khenar.id" }] }
{ id: "instagram", title: "Ikuti Kami", description: "Lihat koleksi terbaru dan inspirasi style harian", tag: "Instagram", imageSrc: "http://img.b2bpic.net/free-vector/social-media-app-threads-logo-vector_1017-45261.jpg?_wi=1", imageAlt: "Instagram Logo", buttons: [{ text: "Follow @khenar.id", href: "https://www.instagram.com/khenar.id" }] }
]}
/>
</div>
@@ -190,10 +190,10 @@ export default function LandingPage() {
id: "location-card", title: "Lokasi Toko Kami", description: "Oluhuta, Kec. Kabila, Kab. Bone Bolango, Gorontalo 96115", tag: "Location", imageSrc: "http://img.b2bpic.net/free-photo/map-pin-location-sign-icon_53876-130006.jpg", imageAlt: "Location pin icon", buttons: [{ text: "Open in Maps", href: "https://maps.app.goo.gl/eKEAXFnPXJLhpXNe9" }]
},
{
id: "whatsapp-card", title: "WhatsApp Business", description: "Chat langsung untuk respon cepat. Kami online 24/7!", tag: "Fast Response", imageSrc: "http://img.b2bpic.net/free-photo/heart-bubble-speech-icon-table_23-2148023848.jpg", imageAlt: "WhatsApp Logo", buttons: [{ text: "Chat on WhatsApp", href: "https://wa.me/6282347271137?text=Halo%20Khenar!%20Saya%20tertarik%20dengan%20produk%20ini." }]
id: "whatsapp-card", title: "WhatsApp Business", description: "Chat langsung untuk respon cepat. Kami online 24/7!", tag: "Fast Response", imageSrc: "http://img.b2bpic.net/free-photo/heart-bubble-speech-icon-table_23-2148023848.jpg?_wi=2", imageAlt: "WhatsApp Logo", buttons: [{ text: "Chat on WhatsApp", href: "https://wa.me/6282347271137?text=Halo%20Khenar!%20Saya%20tertarik%20dengan%20produk%20ini." }]
},
{
id: "instagram-card", title: "Instagram @khenar.id", description: "Dapatkan inspirasi style harian & info koleksi terbaru.", tag: "Social Media", imageSrc: "http://img.b2bpic.net/free-vector/social-media-app-threads-logo-vector_1017-45261.jpg", imageAlt: "Instagram Logo", buttons: [{ text: "Follow Us", href: "https://www.instagram.com/khenar.id" }]
id: "instagram-card", title: "Instagram @khenar.id", description: "Dapatkan inspirasi style harian & info koleksi terbaru.", tag: "Social Media", imageSrc: "http://img.b2bpic.net/free-vector/social-media-app-threads-logo-vector_1017-45261.jpg?_wi=2", imageAlt: "Instagram Logo", buttons: [{ text: "Follow Us", href: "https://www.instagram.com/khenar.id" }]
}
]}
itemClassName="h-full flex flex-col justify-between"