diff --git a/src/app/page.tsx b/src/app/page.tsx index a7261db..2d2318b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,8 @@ export default function LandingPage() { { name: "Kontak", id: "contact" }, ]} button={{ - text: "Pesan Sekarang", href: "contact"}} + text: "Pesan Sekarang", href: "contact" + }} animateOnLoad={true} /> @@ -55,19 +56,26 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/attractive-bride-woman-elegant-puffy-wedding-dress-going-down-stairs-fiance-stylish-man-with-big-bouquet-red-roses-flowers-waiting-girlfriend-wedding-ceremony-day-loving-couple_8353-12499.jpg", imageAlt: "Dokumentasi Pernikahan"}, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-bride-woman-elegant-puffy-wedding-dress-going-down-stairs-fiance-stylish-man-with-big-bouquet-red-roses-flowers-waiting-girlfriend-wedding-ceremony-day-loving-couple_8353-12499.jpg", imageAlt: "Dokumentasi Pernikahan" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-having-walk-woods_1303-22349.jpg", imageAlt: "Foto Prewedding"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-having-walk-woods_1303-22349.jpg", imageAlt: "Foto Prewedding" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/big-family-with-four-daughters-spend-time-home_1157-28730.jpg", imageAlt: "Dokumentasi Keluarga"}, + imageSrc: "http://img.b2bpic.net/free-photo/big-family-with-four-daughters-spend-time-home_1157-28730.jpg", imageAlt: "Dokumentasi Keluarga" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman-interview_23-2149037910.jpg", imageAlt: "Event Perusahaan"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman-interview_23-2149037910.jpg", imageAlt: "Event Perusahaan" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-hugs-beautiful-pregnant-woman-tender-standing-before-lake_8353-8255.jpg", imageAlt: "Dokumentasi Kehamilan"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-hugs-beautiful-pregnant-woman-tender-standing-before-lake_8353-8255.jpg", imageAlt: "Dokumentasi Kehamilan" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/dark-low-clouds-beautiful-mountains-lake-pines-backpack-with-scooter-front_613910-17385.jpg", imageAlt: "Foto Traveling"}, + imageSrc: "http://img.b2bpic.net/free-photo/dark-low-clouds-beautiful-mountains-lake-pines-backpack-with-scooter-front_613910-17385.jpg", imageAlt: "Foto Traveling" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-holding-wedding-ring-front-astonished-happy-girl-covering-mouth-with-hand-romantic-photo-charming-woman-standing-roof-early-evening-date-with-boyfriend-anniversary_197531-25338.jpg", imageAlt: "Foto Lamaran"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-holding-wedding-ring-front-astonished-happy-girl-covering-mouth-with-hand-romantic-photo-charming-woman-standing-roof-early-evening-date-with-boyfriend-anniversary_197531-25338.jpg", imageAlt: "Foto Lamaran" + }, ]} ariaLabel="Hero section dengan galeri portofolio fotografer" /> @@ -84,13 +92,16 @@ export default function LandingPage() { features={[ { id: "1", title: "Pernikahan (Wedding)", author: "Dokumentasi Lengkap", description: "Abadikan hari spesial Anda dengan dokumentasi profesional mulai dari persiapan hingga resepsi. Kami menangkap setiap detail momen romantis Anda.", tags: ["Wedding", "Full Day"], - imageSrc: "http://img.b2bpic.net/free-photo/professional-equipment-camera-tripod-stand-field-front-prepared-table-evening-time_146671-14420.jpg", imageAlt: "Dokumentasi Pernikahan"}, + imageSrc: "http://img.b2bpic.net/free-photo/professional-equipment-camera-tripod-stand-field-front-prepared-table-evening-time_146671-14420.jpg", imageAlt: "Dokumentasi Pernikahan" + }, { id: "2", title: "Lamaran / Engagement", author: "Momen Spesial", description: "Dokumentasikan momen pengajuan cincin yang tak terlupakan dengan gaya profesional dan artistik. Setiap ekspresi kebahagiaan terabadikan dengan sempurna.", tags: ["Engagement", "Romantic"], - imageSrc: "http://img.b2bpic.net/free-photo/man-woman-celebrating-their-wedding-beach_23-2149003474.jpg", imageAlt: "Foto Lamaran"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-woman-celebrating-their-wedding-beach_23-2149003474.jpg", imageAlt: "Foto Lamaran" + }, { id: "3", title: "Prewedding", author: "Sesi Foto Khusus", description: "Ciptakan kenangan indah bersama pasangan Anda dengan sesi foto prewedding di lokasi impian. Hasil foto natural, elegan, dan penuh makna.", tags: ["Prewedding", "Creative"], - imageSrc: "http://img.b2bpic.net/free-photo/fashion-couple-black-dress-suit-outdoor_624325-156.jpg", imageAlt: "Foto Prewedding"}, + imageSrc: "http://img.b2bpic.net/free-photo/fashion-couple-black-dress-suit-outdoor_624325-156.jpg", imageAlt: "Foto Prewedding" + }, ]} textboxLayout="default" useInvertedBackground={false} @@ -107,7 +118,7 @@ export default function LandingPage() { description="Tim One Signature" subdescription="Bogor, Jawa Barat" icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/woman-working-laptop-people-looking-photos_23-2148424350.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/woman-working-laptop-people-looking-photos_23-2148424350.jpg" imageAlt="Studio One Signature" mediaAnimation="slide-up" useInvertedBackground={false} @@ -124,8 +135,9 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - names=[ - "Pernikahan Impian", "Dokumentasi Berkualitas", "Harga Terjangkau", "Tim Profesional", "Hasil Memuaskan", "Pelayanan Ramah", "Lokasi Fleksibel"] + names={[ + "Pernikahan Impian", "Dokumentasi Berkualitas", "Harga Terjangkau", "Tim Profesional", "Hasil Memuaskan", "Pelayanan Ramah", "Lokasi Fleksibel" + ]} speed={40} showCard={true} ariaLabel="Kepercayaan pelanggan One Signature" @@ -141,17 +153,23 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Siti Nurhaliza", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Siti Nurhaliza"}, + id: "1", name: "Siti Nurhaliza", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Siti Nurhaliza" + }, { - id: "2", name: "Budi Santoso", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Budi Santoso"}, + id: "2", name: "Budi Santoso", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Budi Santoso" + }, { - id: "3", name: "Rina Wijaya", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Rina Wijaya"}, + id: "3", name: "Rina Wijaya", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Rina Wijaya" + }, { - id: "4", name: "Ahmad Hidayat", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Ahmad Hidayat"}, + id: "4", name: "Ahmad Hidayat", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Ahmad Hidayat" + }, { - id: "5", name: "Dewi Lestari", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg", imageAlt: "Dewi Lestari"}, + id: "5", name: "Dewi Lestari", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg", imageAlt: "Dewi Lestari" + }, { - id: "6", name: "Rudi Hermawan", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-business-man-standing-outside_1262-3488.jpg", imageAlt: "Rudi Hermawan"}, + id: "6", name: "Rudi Hermawan", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-business-man-standing-outside_1262-3488.jpg", imageAlt: "Rudi Hermawan" + }, ]} ariaLabel="Testimonial pelanggan One Signature" /> @@ -163,24 +181,24 @@ export default function LandingPage() { description="Siap mewujudkan visi dokumentasi Anda? Hubungi kami hari ini untuk konsultasi gratis dan penawaran khusus. Tim kami akan dengan senang hati menjawab semua pertanyaan Anda." inputs={[ { - name: "name", type: "text", placeholder: "Nama Lengkap", required: true, + name: "name", type: "text", placeholder: "Nama Lengkap", required: true }, { - name: "email", type: "email", placeholder: "Email Anda", required: true, + name: "email", type: "email", placeholder: "Email Anda", required: true }, { - name: "phone", type: "tel", placeholder: "Nomor WhatsApp (0889-7654-0400)", required: true, + name: "phone", type: "tel", placeholder: "Nomor WhatsApp (0889-7654-0400)", required: true }, { - name: "service", type: "text", placeholder: "Jenis Layanan", required: false, + name: "service", type: "text", placeholder: "Jenis Layanan", required: false }, ]} textarea={{ name: "message", placeholder: "Deskripsikan kebutuhan dokumentasi Anda...", rows: 5, - required: true, + required: true }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/woman-working-laptop-people-looking-photos_23-2148424350.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/woman-working-laptop-people-looking-photos_23-2148424350.jpg" imageAlt="One Signature Studio" mediaAnimation="slide-up" mediaPosition="right" @@ -196,16 +214,20 @@ export default function LandingPage() { socialLinks={[ { icon: Instagram, - href: "https://instagram.com", ariaLabel: "Instagram One Signature"}, + href: "https://instagram.com", ariaLabel: "Instagram One Signature" + }, { icon: Facebook, - href: "https://facebook.com", ariaLabel: "Facebook One Signature"}, + href: "https://facebook.com", ariaLabel: "Facebook One Signature" + }, { icon: Phone, - href: "tel:+6289876540400", ariaLabel: "Hubungi via telepon"}, + href: "tel:+6289876540400", ariaLabel: "Hubungi via telepon" + }, { icon: Mail, - href: "mailto:info@onesignature.com", ariaLabel: "Hubungi via email"}, + href: "mailto:info@onesignature.com", ariaLabel: "Hubungi via email" + }, ]} ariaLabel="Footer One Signature Photography" />