- Looking for a starting point or more instructions? Head over to{" "}
-
- Templates
- {" "}
- or the{" "}
-
- Learning
- {" "}
- center.
+ <>
+ {/* Hero */}
+
+
+ Integrasi Persada Teknologi (IPTEK) is committed to protecting your
+ architectural digital data. This policy outlines how we handle information
+ in our pursuit of crystalline connectivity.
+
+
+
+ {/* Content */}
+
+
+
+ 1. Data Collection & Architecture
+
+
+
+ We collect information that allows us to integrate complex systems into
+ seamless operational workflows. This includes technical metadata,
+ professional contact information, and system interaction logs necessary
+ for architectural digital solutions.
+
+
+ Our systems are designed with "Security by Design" principles, ensuring
+ that data ingestion is minimal, purposeful, and transparent.
+
+
+
+
+
+
+ 2. Integration Protocols
+
+
+
Information collected is utilized strictly to:
+
+ {[
+ "Refine and optimize digital infrastructure performance.",
+ "Deliver personalized enterprise technology insights.",
+ "Ensure compliance with global security architecture standards.",
+ ].map((item) => (
+
+
+ check_circle
+
+ {item}
+
+ ))}
+
+
+
+
+
+
+ 3. Data Integrity & Security
+
+
+
+ IPTEK employs high-end crystalline connectivity security measures. We do
+ not use traditional clumsy firewalls but layered, intelligent defense
+ systems that utilize deep navy encryption protocols.
+
+
+ Data is stored in secure environments with strict multi-factor
+ authentication and zero-trust access hierarchies.
+
+
+
+
+
+
+ 4. Third-Party Connectivity
+
+
+
+ We do not sell your data. Integration with third-party systems occurs
+ only under explicit Service Level Agreements (SLAs) and strictly for the
+ purpose of extending the capabilities of your digital architecture.
+
+
+
+
+
+
+ By using our services, you consent to the architectural data management
+ practices described in this policy. For detailed inquiries regarding your
+ data rights, please contact our Security Architecture department.
+
+
+
+
+ {/* Back link */}
+
+
+
+
+
+ );
+}
diff --git a/app/products/emrclinic/page.tsx b/app/products/emrclinic/page.tsx
new file mode 100644
index 0000000..fc85cfd
--- /dev/null
+++ b/app/products/emrclinic/page.tsx
@@ -0,0 +1,303 @@
+import Image from "next/image";
+import Link from "next/link";
+import emrProduk from "@/app/emr_produk.png";
+
+export const metadata = {
+ title: "EMR Clinic | IPTEK - Precision Medical Integration",
+ description:
+ "EMR Clinic integrates clinical precision with operational excellence, transforming patient care into a seamless digital journey.",
+};
+
+const specialties = [
+ {
+ icon: "medical_services",
+ title: "General Practice",
+ desc: "Comprehensive tools for primary care providers including family health history and chronic care tracking.",
+ },
+ {
+ icon: "dentistry",
+ title: "Dental Care",
+ desc: "Charting, imaging integration, and treatment planning specifically for dental practitioners.",
+ },
+ {
+ icon: "psychology",
+ title: "Mental Health",
+ desc: "Highly private intake forms, session notes, and specialized telemedicine tools for therapists.",
+ },
+ {
+ icon: "ophthalmology",
+ title: "Ophthalmology",
+ desc: "Integrated diagnostic imaging and vision-specific patient records for eyecare clinics.",
+ },
+];
+
+const steps = [
+ {
+ num: "01",
+ color: "bg-primary",
+ title: "Discovery & Migration",
+ desc: "We audit your existing data and orchestrate a secure migration to the IPTEK cloud.",
+ },
+ {
+ num: "02",
+ color: "bg-primary-container",
+ title: "Workflow Tailoring",
+ desc: "Our architects configure the EMR system to match your clinic's unique operational DNA.",
+ },
+ {
+ num: "03",
+ color: "bg-secondary",
+ title: "Staff Calibration",
+ desc: "Hands-on training and simulation sessions to ensure 100% team readiness.",
+ },
+];
+
+export default function EMRClinicPage() {
+ return (
+
+
+ {/* Hero */}
+
+
+
+
+ Enterprise Medical Solutions
+
+
+ The Future of{" "}
+ Clinic Management.
+
+
+ Precision engineering for modern healthcare. EMR Clinic integrates clinical
+ precision with operational excellence, transforming patient care into a
+ seamless digital journey.
+
+
+
+ Get Started Today
+ arrow_forward
+
+
+ View Product Tour
+
+
+
+
+ {/* Asymmetric background image */}
+
+
+
+
+
+
+
+
+ {/* Problem & Solution */}
+
+
+
+
+ Breaking the Cycle of Manual Inefficiency.
+
+
+ Traditional clinic management is plagued by fragmented data, manual entry
+ errors, and disconnected workflows. Inefficient patient processing doesn't
+ just waste time — it impacts the quality of care.
+
+
+ {[
+ {
+ icon: "warning",
+ title: "Data Fragmentation",
+ desc: "Patient records scattered across paper and legacy digital silos.",
+ },
+ {
+ icon: "timer_off",
+ title: "Resource Leakage",
+ desc: "Overlapping appointments and manual billing creating financial gaps.",
+ },
+ ].map((item) => (
+
+
+ {item.icon}
+
+
+
{item.title}
+
{item.desc}
+
+
+ ))}
+
+
+
+
+
+
+ The IPTEK Solution
+
Comprehensive EMR Integration.
+
+
+ We replace chaos with a crystalline architecture of information. One
+ platform to unify every medical touchpoint.
+
+ );
+}
diff --git a/app/products/utms/page.tsx b/app/products/utms/page.tsx
new file mode 100644
index 0000000..05bada0
--- /dev/null
+++ b/app/products/utms/page.tsx
@@ -0,0 +1,309 @@
+import Image from "next/image";
+import Link from "next/link";
+import utmsProduk from "@/app/utms_produk.png";
+
+export const metadata = {
+ title: "Unified TMS | IPTEK EDC Merchant Onboarding",
+ description:
+ "Deploy your merchant terminals in hours, not days, with the IPTEK Unified Transaction Management System.",
+};
+
+const features = [
+ {
+ icon: "edit_document",
+ title: "Simplified Application",
+ desc: "Intelligent forms that adapt based on business type, reducing friction and incomplete submissions by 60%.",
+ },
+ {
+ icon: "cloud_upload",
+ title: "Document Management",
+ desc: "Cloud-native repository with automated indexing and OCR for rapid extraction of KYB data.",
+ },
+ {
+ icon: "verified_user",
+ title: "Compliance Automation",
+ desc: "Embedded AML/Sanction screening and fraud checks that run instantly in the background.",
+ },
+ {
+ icon: "monitoring",
+ title: "Real-time Tracking",
+ desc: "A transparent dashboard for merchants and banks to view the precise stage of every application.",
+ },
+ {
+ icon: "hub",
+ title: "Integration Hub",
+ desc: "Direct API hooks to leading payment gateways and central banking systems for immediate provisioning.",
+ },
+];
+
+export default function UTMSPage() {
+ return (
+
+
+ {/* Hero */}
+
+
+
+
+ EDC Onboarding
+
+
+ EDC Onboarding,{" "}
+
+ Redefined.
+
+
+ Say goodbye to weeks of paperwork. Deploy your merchant terminals in hours,
+ not days, with the IPTEK Unified Transaction Management System.
+
+
+
+ Start Streamlining
+
+
+ Request Demo
+
+
+
+
+
+
+
+
+
+
+
98% Faster
+
Onboarding Speed
+
+
+
+ {/* Floating card */}
+
+
+ speed
+ Real-time Approval
+
+
+
+
+
+
+
+
+
+ {/* Problem / Solution */}
+
+
+
+
+ Complexity is the Enemy.
+
+
+ Traditional merchant onboarding is fragmented, slow, and prone to human
+ error. IPTEK provides the clarity you need.
+
+
+
+ {/* Problem card */}
+
+
+ dangerous
+
+
The Complexity Gap
+
+ Siloed document verification and manual data entry create bottlenecks that
+ frustrate merchants and delay revenue.
+
+ IPTEK handles the world's most sensitive financial data. Our Unified TMS
+ is built on a foundation of zero-trust architecture and rigorous
+ compliance protocols.
+
+
+ {[
+ {
+ icon: "security",
+ title: "PCI-DSS Level 1",
+ desc: "The highest standard in payment security, maintained and audited annually.",
+ },
+ {
+ icon: "lock_person",
+ title: "AES-256 Encryption",
+ desc: "End-to-end encryption for all merchant documents and transaction logs.",
+ },
+ ].map((item) => (
+
+ Send personalized offers, handle order inquiries, and provide VIP
+ concierge service that turns shoppers into lifelong advocates.
+
+
+ {["Instant Order Updates", "Direct Checkout Links"].map((item) => (
+
+ check_circle
+ {item}
+
+ ))}
+
+
+
+
+
+
+
+ {/* CTA */}
+
+
+
+
+ Ready to scale your reach?
+
+
+ Join the future of enterprise communication. Let's build a solution tailored
+ to your specific workflow.
+
+
+
+
+ Request Custom Quote
+
+
+
+ No credit card required. Free consulting session included.
+
+
+
+
+
+
+ );
+}
diff --git a/app/utms_produk.png b/app/utms_produk.png
new file mode 100644
index 0000000..4958017
Binary files /dev/null and b/app/utms_produk.png differ
diff --git a/app/zappcare_produk.png b/app/zappcare_produk.png
new file mode 100644
index 0000000..e800252
Binary files /dev/null and b/app/zappcare_produk.png differ
diff --git a/components/Footer.tsx b/components/Footer.tsx
new file mode 100644
index 0000000..e5772c0
--- /dev/null
+++ b/components/Footer.tsx
@@ -0,0 +1,43 @@
+"use client";
+
+import Link from "next/link";
+import { useLang } from "@/context/LanguageContext";
+import { t } from "@/lib/translations";
+
+export default function Footer() {
+ const { lang } = useLang();
+ const tr = t[lang].footer;
+
+ const footerLinks = [
+ { href: "/privacy", label: tr.privacy },
+ { href: "/terms", label: tr.terms },
+ { href: "/faq", label: tr.faq },
+ { href: "/contact", label: tr.support },
+ ];
+
+ return (
+
+ );
+}
diff --git a/components/Navbar.tsx b/components/Navbar.tsx
new file mode 100644
index 0000000..222512c
--- /dev/null
+++ b/components/Navbar.tsx
@@ -0,0 +1,118 @@
+"use client";
+
+import Link from "next/link";
+import Image from "next/image";
+import { usePathname } from "next/navigation";
+import { useState } from "react";
+import logo from "@/app/logo_iptek.png";
+import { useLang } from "@/context/LanguageContext";
+import { t } from "@/lib/translations";
+
+export default function Navbar() {
+ const pathname = usePathname();
+ const [menuOpen, setMenuOpen] = useState(false);
+ const { lang, setLang } = useLang();
+ const tr = t[lang].nav;
+
+ const navLinks = [
+ { href: "/", label: tr.home },
+ { href: "/about", label: tr.about },
+ { href: "/products", label: tr.products },
+ { href: "/contact", label: tr.contact },
+ ];
+
+ return (
+
+ );
+}
diff --git a/context/LanguageContext.tsx b/context/LanguageContext.tsx
new file mode 100644
index 0000000..b0aede3
--- /dev/null
+++ b/context/LanguageContext.tsx
@@ -0,0 +1,32 @@
+"use client";
+
+import { createContext, useContext, useState, useEffect } from "react";
+
+export type Lang = "id" | "en";
+
+const LanguageContext = createContext<{
+ lang: Lang;
+ setLang: (l: Lang) => void;
+}>({ lang: "id", setLang: () => {} });
+
+export function LanguageProvider({ children }: { children: React.ReactNode }) {
+ const [lang, setLangState] = useState("id");
+
+ useEffect(() => {
+ const stored = localStorage.getItem("iptek-lang") as Lang | null;
+ if (stored === "id" || stored === "en") setLangState(stored);
+ }, []);
+
+ const setLang = (l: Lang) => {
+ setLangState(l);
+ localStorage.setItem("iptek-lang", l);
+ };
+
+ return (
+
+ {children}
+
+ );
+}
+
+export const useLang = () => useContext(LanguageContext);
diff --git a/lib/translations.ts b/lib/translations.ts
new file mode 100644
index 0000000..b74a277
--- /dev/null
+++ b/lib/translations.ts
@@ -0,0 +1,258 @@
+export const t = {
+ id: {
+ nav: {
+ home: "Beranda",
+ about: "Tentang",
+ products: "Produk",
+ contact: "Kontak",
+ cta: "Dapatkan Penawaran",
+ },
+ footer: {
+ privacy: "Kebijakan Privasi",
+ terms: "Syarat Layanan",
+ faq: "FAQ",
+ support: "Dukungan",
+ rights: "Hak cipta dilindungi undang-undang.",
+ },
+ home: {
+ heroTitle: "Solusi Teknologi Terintegrasi untuk Bisnis",
+ heroHighlight: "Modern",
+ heroSub: "Kami menghadirkan ekosistem digital yang menghubungkan kompleksitas sistem menjadi alur kerja yang efisien dan berdampak nyata bagi pertumbuhan bisnis Anda.",
+ heroBtn1: "Konsultasi Sekarang",
+ heroBtn2: "Lihat Solusi Kami",
+ aboutTitle: "Membangun Solusi Teknologi yang Relevan dan Berdampak",
+ aboutP1: "Di IPTEK (Integrasi Persada Teknologi), kami percaya bahwa teknologi bukan sekadar alat, melainkan fondasi transformasi. Kami hadir untuk membantu organisasi menavigasi era digital dengan solusi yang tepat guna.",
+ aboutP2: "Melalui pendekatan arsitektural yang presisi, kami mengintegrasikan berbagai platform untuk menciptakan simfoni operasional yang lancar, aman, dan skalabel untuk masa depan.",
+ aboutStat1: "Solusi Diluncurkan",
+ aboutStat2: "Jaminan Uptime",
+ aboutLink: "Pelajari Lebih Lanjut",
+ whyTitle: "Kenapa Memilih IPTEK?",
+ whySub: "Filosofi kami berakar pada lima pilar utama yang memastikan setiap solusi memberikan nilai maksimal.",
+ pillars: [
+ { icon: "verified_user", title: "Integritas", desc: "Kepercayaan adalah mata uang utama kami dalam setiap kemitraan teknologi." },
+ { icon: "public", title: "Universal", desc: "Solusi kami dirancang untuk beradaptasi dengan berbagai skala industri." },
+ { icon: "bolt", title: "Modern", desc: "Selalu menggunakan teknologi terdepan untuk efisiensi maksimal." },
+ { icon: "hub", title: "Terintegrasi", desc: "Menghubungkan data dan proses dalam satu ekosistem yang kohesif." },
+ { icon: "insights", title: "Hasil", desc: "Berorientasi pada dampak bisnis yang terukur dan berkelanjutan." },
+ ],
+ productsTitle: "Produk Unggulan Kami",
+ productsSub: "Inovasi yang siap pakai untuk mengakselerasi transformasi digital Anda.",
+ productsLink: "Lihat Semua Produk",
+ productsBtn: "Lihat Detail",
+ productDescs: [
+ "Solusi WhatsApp Business yang dibungkus dalam aplikasi kustom untuk mengatasi tantangan komunikasi bisnis.",
+ "Sistem Manajemen Transaksi (TMS) yang ramping untuk menyederhanakan proses onboarding merchant yang kompleks.",
+ "Sistem EMR komprehensif untuk mengatasi inefisiensi manajemen klinik dan rekam medis elektronik.",
+ ],
+ sectorsTitle: "Mendorong Transformasi di Berbagai Sektor",
+ sectors: [
+ { icon: "corporate_fare", title: "Korporasi & Enterprise", desc: "Optimalisasi infrastruktur TI berskala besar dengan keamanan tingkat tinggi." },
+ { icon: "storefront", title: "UKM & Startup Modern", desc: "Solusi fleksibel dan efisien biaya untuk mengakselerasi pertumbuhan bisnis baru." },
+ { icon: "account_balance", title: "Sektor Publik", desc: "Digitalisasi layanan masyarakat untuk transparansi dan kemudahan akses." },
+ ],
+ ctaTitle: "Bangun Solusi Digital yang Tepat untuk Bisnis Anda",
+ ctaSub: "Jangan biarkan kompleksitas teknologi menghambat inovasi Anda. Mulailah langkah integrasi hari ini bersama IPTEK.",
+ ctaBtn1: "Jadwalkan Demo Gratis",
+ ctaBtn2: "Hubungi Tim Ahli",
+ contactTitle: "Informasi Kontak",
+ },
+ about: {
+ badge: "Tentang Kami",
+ heroTitle: "Kami Membangun Masa Depan Digital Indonesia",
+ heroP1: "IPTEK (Integrasi Persada Teknologi) adalah perusahaan teknologi yang berfokus pada pengembangan solusi digital terintegrasi untuk bisnis dari berbagai skala dan industri.",
+ heroP2: "Didirikan dengan visi menjadi mitra transformasi digital terpercaya, kami menggabungkan keahlian teknis mendalam dengan pemahaman bisnis yang tajam untuk menciptakan produk yang berdampak nyata.",
+ stats: ["Produk Diluncurkan", "Klien Aktif", "Jaminan Uptime", "Tahun Pengalaman"],
+ visionTitle: "Visi",
+ visionDesc: "Menjadi mitra transformasi digital terpercaya yang mendorong pertumbuhan bisnis Indonesia melalui solusi teknologi inovatif, skalabel, dan berdampak nyata.",
+ missionTitle: "Misi",
+ missionDesc: "Menghadirkan ekosistem digital terintegrasi yang memudahkan operasional bisnis, meningkatkan efisiensi, dan membuka peluang baru bagi setiap klien kami.",
+ valuesTitle: "Nilai-Nilai Kami",
+ valuesSub: "Lima pilar yang menjadi fondasi setiap keputusan dan karya kami.",
+ values: [
+ { icon: "verified_user", title: "Integritas", desc: "Kami membangun kepercayaan melalui transparansi dan konsistensi dalam setiap deliverable." },
+ { icon: "public", title: "Universal", desc: "Solusi kami dirancang untuk beradaptasi lintas industri, skala, dan platform." },
+ { icon: "bolt", title: "Modern", desc: "Kami selalu mengadopsi teknologi terdepan untuk memberikan efisiensi maksimal." },
+ { icon: "hub", title: "Terintegrasi", desc: "Menghubungkan data, tim, dan proses bisnis dalam satu ekosistem kohesif." },
+ { icon: "insights", title: "Berorientasi Hasil", desc: "Setiap keputusan teknis kami selalu dikaitkan dengan dampak bisnis yang nyata." },
+ ],
+ ctaTitle: "Siap Berkolaborasi dengan Kami?",
+ ctaSub: "Mari wujudkan visi digital bisnis Anda bersama tim ahli IPTEK.",
+ ctaBtn: "Hubungi Kami Sekarang",
+ },
+ products: {
+ heroTitle: "Merancang Masa Depan Digital Melalui Sistem Terintegrasi",
+ heroSub: "Jelajahi ekosistem solusi enterprise kami yang dirancang untuk menyelesaikan tantangan komunikasi, mengotomasi kepatuhan, dan mendigitalisasi rekam medis.",
+ zappDesc: "Solusi WhatsApp Business komprehensif yang dirancang untuk menjembatani kesenjangan komunikasi. Kelola segalanya dari panel pengguna dan admin dengan integrasi CRM yang mulus.",
+ utmsDesc: "Sistem Manajemen Transaksi untuk Onboarding Merchant EDC. Otomasi kepatuhan dan lacak aplikasi merchant secara real-time.",
+ emrDesc: "Rekam Medis Elektronik generasi berikutnya. Manajemen pasien yang aman, penjadwalan cerdas, dan sistem penagihan terintegrasi.",
+ detailBtn: "Lihat Detail",
+ whyTitle: "Mengapa Sistem Terintegrasi?",
+ whyDesc: "IPTEK mengubah alat digital yang terisolasi menjadi ekosistem terpadu. Kami menghilangkan gesekan antara silo data dan interaksi manusia.",
+ stat1: "Keandalan Uptime",
+ stat2: "Onboarding Lebih Cepat",
+ techTitle: "Fondasi Teknis",
+ techSub: "Produk kami dibangun di atas fondasi arsitektural yang kokoh untuk memastikan skalabilitas, keamanan, dan integrasi yang mudah.",
+ badge1: "Cloud Skalabel",
+ badge2: "API Aman",
+ tech: [
+ { icon: "shield_person", title: "Privasi Data", desc: "Protokol enkripsi canggih saat penyimpanan dan transit, memastikan kepatuhan terhadap standar perlindungan data global." },
+ { icon: "sync_alt", title: "API Mulus", desc: "API RESTful yang kuat memungkinkan produk kami berkomunikasi dengan mudah dengan sistem ERP atau CRM Anda." },
+ { icon: "monitoring", title: "Analitik Langsung", desc: "Ubah data transaksi dan pola komunikasi menjadi kecerdasan bisnis yang dapat ditindaklanjuti dengan dasbor real-time." },
+ ],
+ },
+ contact: {
+ badge: "Hubungi Kami",
+ heroTitle: "Mari Mulai Percakapan",
+ heroSub: "Ceritakan kebutuhan bisnis Anda kepada kami. Tim ahli IPTEK siap membantu menemukan solusi terbaik.",
+ infoTitle: "Informasi Kontak",
+ infoSub: "Kami siap melayani Anda pada hari kerja, Senin–Jumat pukul 09.00–18.00 WIB.",
+ formTitle: "Kirim Pesan",
+ nameLabel: "Nama Lengkap",
+ emailLabel: "Email",
+ companyLabel: "Perusahaan",
+ phoneLabel: "Nomor WhatsApp",
+ topicLabel: "Topik",
+ topicPlaceholder: "Pilih topik...",
+ topics: ["Demo Produk", "Konsultasi Teknis", "Kemitraan Bisnis", "Dukungan & Support", "Lainnya"],
+ messageLabel: "Pesan",
+ messagePlaceholder: "Ceritakan kebutuhan bisnis Anda...",
+ captchaLabel: "Verifikasi Keamanan",
+ captchaError: "Jawaban tidak tepat. Silakan coba soal baru.",
+ submitBtn: "Kirim Pesan",
+ sendingBtn: "Mengirim...",
+ successTitle: "Pesan Terkirim!",
+ successDesc: "Terima kasih telah menghubungi kami. Tim IPTEK akan merespons dalam 1×24 jam kerja ke",
+ sendAnother: "Kirim pesan lain",
+ companyPlaceholder: "Nama Perusahaan",
+ },
+ },
+ en: {
+ nav: {
+ home: "Home",
+ about: "About",
+ products: "Products",
+ contact: "Contact",
+ cta: "Get a Quote",
+ },
+ footer: {
+ privacy: "Privacy Policy",
+ terms: "Terms of Service",
+ faq: "FAQ",
+ support: "Support",
+ rights: "All rights reserved.",
+ },
+ home: {
+ heroTitle: "Integrated Technology Solutions for",
+ heroHighlight: "Modern Business",
+ heroSub: "We bring a digital ecosystem that connects system complexity into efficient workflows with a real impact on your business growth.",
+ heroBtn1: "Consult Now",
+ heroBtn2: "See Our Solutions",
+ aboutTitle: "Building Technology Solutions That Are Relevant and Impactful",
+ aboutP1: "At IPTEK (Integrasi Persada Teknologi), we believe technology is not just a tool, but the foundation of transformation. We are here to help organizations navigate the digital era with the right solutions.",
+ aboutP2: "Through a precise architectural approach, we integrate various platforms to create a smooth, secure, and scalable operational symphony for the future.",
+ aboutStat1: "Solutions Launched",
+ aboutStat2: "Uptime Guarantee",
+ aboutLink: "Learn More",
+ whyTitle: "Why Choose IPTEK?",
+ whySub: "Our philosophy is rooted in five main pillars that ensure every solution delivers maximum value.",
+ pillars: [
+ { icon: "verified_user", title: "Integrity", desc: "Trust is our primary currency in every technology partnership." },
+ { icon: "public", title: "Universal", desc: "Our solutions are designed to adapt to various industry scales." },
+ { icon: "bolt", title: "Modern", desc: "Always using cutting-edge technology for maximum efficiency." },
+ { icon: "hub", title: "Integrated", desc: "Connecting data and processes in one cohesive ecosystem." },
+ { icon: "insights", title: "Results", desc: "Oriented toward measurable and sustainable business impact." },
+ ],
+ productsTitle: "Our Featured Products",
+ productsSub: "Ready-to-use innovations to accelerate your digital transformation.",
+ productsLink: "View All Products",
+ productsBtn: "View Details",
+ productDescs: [
+ "A custom WhatsApp Business solution designed to overcome business communication challenges.",
+ "A streamlined Transaction Management System (TMS) to simplify complex merchant onboarding processes.",
+ "A comprehensive EMR system to address inefficiencies in clinic management and electronic medical records.",
+ ],
+ sectorsTitle: "Driving Transformation Across Various Sectors",
+ sectors: [
+ { icon: "corporate_fare", title: "Corporations & Enterprise", desc: "Optimize large-scale IT infrastructure with high-level security." },
+ { icon: "storefront", title: "SMEs & Modern Startups", desc: "Flexible and cost-efficient solutions to accelerate new business growth." },
+ { icon: "account_balance", title: "Public Sector", desc: "Digitize public services for transparency and ease of access." },
+ ],
+ ctaTitle: "Build the Right Digital Solution for Your Business",
+ ctaSub: "Don't let technology complexity hinder your innovation. Start your integration journey today with IPTEK.",
+ ctaBtn1: "Schedule a Free Demo",
+ ctaBtn2: "Contact Expert Team",
+ contactTitle: "Contact Information",
+ },
+ about: {
+ badge: "About Us",
+ heroTitle: "We Build Indonesia's Digital Future",
+ heroP1: "IPTEK (Integrasi Persada Teknologi) is a technology company focused on developing integrated digital solutions for businesses of all scales and industries.",
+ heroP2: "Founded with a vision to become a trusted digital transformation partner, we combine deep technical expertise with sharp business understanding to create products with real impact.",
+ stats: ["Products Launched", "Active Clients", "Uptime Guarantee", "Years of Experience"],
+ visionTitle: "Vision",
+ visionDesc: "To become a trusted digital transformation partner that drives Indonesian business growth through innovative, scalable, and impactful technology solutions.",
+ missionTitle: "Mission",
+ missionDesc: "To deliver integrated digital ecosystems that simplify business operations, improve efficiency, and open new opportunities for every client.",
+ valuesTitle: "Our Values",
+ valuesSub: "Five pillars that form the foundation of every decision and work we do.",
+ values: [
+ { icon: "verified_user", title: "Integrity", desc: "We build trust through transparency and consistency in every deliverable." },
+ { icon: "public", title: "Universal", desc: "Our solutions are designed to adapt across industries, scales, and platforms." },
+ { icon: "bolt", title: "Modern", desc: "We always adopt cutting-edge technology to deliver maximum efficiency." },
+ { icon: "hub", title: "Integrated", desc: "Connecting data, teams, and business processes in one cohesive ecosystem." },
+ { icon: "insights", title: "Results-Oriented", desc: "Every technical decision we make is always tied to real business impact." },
+ ],
+ ctaTitle: "Ready to Collaborate with Us?",
+ ctaSub: "Let's bring your business digital vision to life with the IPTEK expert team.",
+ ctaBtn: "Contact Us Now",
+ },
+ products: {
+ heroTitle: "Architecting Digital Future Through Integrated Systems",
+ heroSub: "Explore our ecosystem of precision-engineered enterprise solutions designed to solve communication challenges, automate compliance, and digitalize medical records.",
+ zappDesc: "A comprehensive WhatsApp Business Solution designed to bridge communication gaps. Manage everything from user and admin panels with seamless CRM integration.",
+ utmsDesc: "Transaction Management System for EDC Merchant Onboarding. Automate compliance and track merchant applications in real-time.",
+ emrDesc: "Next-gen Electronic Medical Records. Secure patient management, intelligent scheduling, and integrated billing systems.",
+ detailBtn: "View Details",
+ whyTitle: "Why Integrated Systems?",
+ whyDesc: "IPTEK transforms isolated digital tools into a unified crystalline ecosystem. We remove the friction between data silos and human interaction.",
+ stat1: "Uptime Reliability",
+ stat2: "Faster Onboarding",
+ techTitle: "Technical Foundations",
+ techSub: "Our products are built on a rock-solid architectural foundation that ensures scalability, security, and effortless integration with your existing stack.",
+ badge1: "Scalable Cloud",
+ badge2: "Secure APIs",
+ tech: [
+ { icon: "shield_person", title: "Data Privacy", desc: "Advanced encryption protocols at rest and in transit, ensuring compliance with global data protection standards." },
+ { icon: "sync_alt", title: "Seamless API", desc: "Robust RESTful APIs allow our products to communicate effortlessly with your existing ERP or CRM systems." },
+ { icon: "monitoring", title: "Live Analytics", desc: "Turn transaction data and communication patterns into actionable business intelligence with real-time dashboards." },
+ ],
+ },
+ contact: {
+ badge: "Contact Us",
+ heroTitle: "Let's Start a Conversation",
+ heroSub: "Tell us about your business needs. The IPTEK expert team is ready to help find the best solution.",
+ infoTitle: "Contact Information",
+ infoSub: "We are available on working days, Monday–Friday 09:00–18:00 WIB.",
+ formTitle: "Send a Message",
+ nameLabel: "Full Name",
+ emailLabel: "Email",
+ companyLabel: "Company",
+ phoneLabel: "WhatsApp Number",
+ topicLabel: "Topic",
+ topicPlaceholder: "Select a topic...",
+ topics: ["Product Demo", "Technical Consultation", "Business Partnership", "Support & Assistance", "Other"],
+ messageLabel: "Message",
+ messagePlaceholder: "Tell us about your business needs...",
+ captchaLabel: "Security Verification",
+ captchaError: "Incorrect answer. Please try a new question.",
+ submitBtn: "Send Message",
+ sendingBtn: "Sending...",
+ successTitle: "Message Sent!",
+ successDesc: "Thank you for reaching out. The IPTEK team will respond within 1×24 business hours to",
+ sendAnother: "Send another message",
+ companyPlaceholder: "Company Name",
+ },
+ },
+} as const;
+
+export type Lang = "id" | "en";
diff --git a/next.config.ts b/next.config.ts
index e9ffa30..5a2c26e 100644
--- a/next.config.ts
+++ b/next.config.ts
@@ -1,7 +1,14 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
- /* config options here */
+ images: {
+ remotePatterns: [
+ {
+ protocol: "https",
+ hostname: "lh3.googleusercontent.com",
+ },
+ ],
+ },
};
export default nextConfig;
diff --git a/package-lock.json b/package-lock.json
index 52472a8..e0fbaee 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,12 +9,14 @@
"version": "0.1.0",
"dependencies": {
"next": "16.2.4",
+ "nodemailer": "^8.0.5",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
+ "@types/nodemailer": "^8.0.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
@@ -1641,6 +1643,16 @@
"undici-types": "~6.21.0"
}
},
+ "node_modules/@types/nodemailer": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/@types/nodemailer/-/nodemailer-8.0.0.tgz",
+ "integrity": "sha512-fyf8jWULsCo0d0BuoQ75i6IeoHs47qcqxWc7yUdUcV0pOZGjUTTOvwdG1PRXUDqN/8A64yQdQdnA2pZgcdi+cA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@types/node": "*"
+ }
+ },
"node_modules/@types/react": {
"version": "19.2.14",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz",
@@ -5188,6 +5200,15 @@
"dev": true,
"license": "MIT"
},
+ "node_modules/nodemailer": {
+ "version": "8.0.5",
+ "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-8.0.5.tgz",
+ "integrity": "sha512-0PF8Yb1yZuQfQbq+5/pZJrtF6WQcjTd5/S4JOHs9PGFxuTqoB/icwuB44pOdURHJbRKX1PPoJZtY7R4VUoCC8w==",
+ "license": "MIT-0",
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
"node_modules/object-assign": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
diff --git a/package.json b/package.json
index 1386286..ca680d3 100644
--- a/package.json
+++ b/package.json
@@ -10,12 +10,14 @@
},
"dependencies": {
"next": "16.2.4",
+ "nodemailer": "^8.0.5",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
+ "@types/nodemailer": "^8.0.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",