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
-
Karir
-
Pelanggan Kami
-
Menjadi Supplier
-
Garansi dan Pengembalian
-
Metode Pembayaran
-
Metode Pengiriman
-
Testimonial
-
Kebijakan Privacy
)
const CustomerGuide = () => (
Panduan Pelanggan
-
Panduan Belanja
-
F.A.Q
-
Kebijakan Privasi
-
Pengajuan Tempo
-
Garansi Produk
-
Online Quotation
-
Pengiriman
-
Pembayaran
-
Syarat & Ketentuan
)
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