import NextImage from 'next/image'
import IndoteknikLogo from '@/images/logo.png'
import {
DevicePhoneMobileIcon,
EnvelopeIcon,
PhoneArrowUpRightIcon
} from '@heroicons/react/24/outline'
import Link from '../Link/Link'
import MobileView from '../../views/MobileView'
import DesktopView from '../../views/DesktopView'
const BasicFooter = () => {
return (
<>
>
)
}
const headerClassName = 'font-semibold mb-2'
const OfficeLocation = () => (
Kantor Pusat
Jl. Bandengan Utara 85A No. 8-9 RT.3/RW.16, Penjaringan, Kec. Penjaringan, Jakarta Utara
)
const WarehouseLocation = () => (
Gudang Indoteknik
Jl. Bandengan Utara Komp. 85 A dan B, Penjaringan, Kec. Penjaringan, Jakarta Utara
)
const AboutUs = () => (
Tentang Kami
-
Company Profile
-
Pelanggan Kami
-
Hubungi Kami
-
Karir
-
Syarat & Ketentuan
-
Kebijakan Privasi
)
const CustomerGuide = () => (
Bantuan & Panduan
-
Metode Pembayaran
-
Metode Pengiriman
-
Panduan Belanja
-
Panduan Quotation
-
Pengembalian Barang & Dana
-
Informasi Garansi
-
Panduan Pick Up Service
)
const Form = () => (
Formulir
-
Kunjungan Sales
-
Kunjungan Service
-
Pembayaran Tempo
-
Surat Dukungan
-
Daftar Merchant
)
const InformationCenter = () => (
)
const OpenHours = () => (
Jam Operasional
-
Senin - Jumat:
08:30 - 17:00
-
Sabtu:
08:30 - 14:00
)
const SocialMedias = () => (
)
const Payments = () => (
)
const InternalItemLink = ({ href, children }) => (
{children}
)
export default BasicFooter