fixing footer section
This commit is contained in:
parent
bf66c16c7b
commit
321e6d52fa
|
|
@ -11,6 +11,7 @@ import ContactUs from "./components/contact-us";
|
|||
import SocialMedia from "./components/social-media";
|
||||
import NewsTickerKaltara from "./components/news-tickers-kaltara";
|
||||
import PpsSection from "./components/pps-section";
|
||||
import ContactUsKaltara from "@/components/landing-page/landing-polda-kaltara/contact-us-kaltara";
|
||||
|
||||
const PoldaKaltara = () => {
|
||||
return (
|
||||
|
|
@ -24,7 +25,8 @@ const PoldaKaltara = () => {
|
|||
<SocialMedia />
|
||||
<NationalNews />
|
||||
<RegionalNews />
|
||||
<ContactUs />
|
||||
{/* <ContactUs /> */}
|
||||
<ContactUsKaltara />
|
||||
<NewsTickerKaltara />
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
|
|
@ -61,8 +61,8 @@ const ContactUsKaltara = () => {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div className="container mx-auto py-8 border-t-2 ">
|
||||
<div className="flex flex-col md:flex-row justify-between items-start gap-4">
|
||||
<div className="w-full py-8 border-t-2">
|
||||
<div className="flex flex-col md:flex-row items-start gap-4 lg:gap-44">
|
||||
{/* Logo */}
|
||||
<div className="flex flex-col items-center space-x-4">
|
||||
<Image src="/assets/logo-humas-polri.png" alt="logo" width={1920} height={1080} className="h-[100px] lg:h-[200px] w-[100px] lg:w-[200px]" />
|
||||
|
|
@ -71,15 +71,16 @@ const ContactUsKaltara = () => {
|
|||
|
||||
{/* Contact Us */}
|
||||
<div className="mt-8 md:mt-0 w-full lg:w-[500px]">
|
||||
<h2 className="text-[#bb3523] text-lg font-bold">Kontak Kami</h2>
|
||||
<h2 className="text-[#bb3523] text-xl font-bold">Kontak Kami</h2>
|
||||
<hr className="border-t-2 border-dotted border-[#bb3523] my-2" />
|
||||
<div className="gap-[20px]">
|
||||
<p className="flex items-center text-sm gap-2 font-sans">
|
||||
<div className="flex flex-row gap-3">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<path fill="#000" d="M12 11.5A2.5 2.5 0 0 1 9.5 9A2.5 2.5 0 0 1 12 6.5A2.5 2.5 0 0 1 14.5 9a2.5 2.5 0 0 1-2.5 2.5M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7" />
|
||||
</svg>
|
||||
Jalan Komjen Dr. H.M. Jasin No.86, Bumi Rahayu, Kec. Tj. Selor, Kabupaten Bulungan, Kalimantan Utara 77212
|
||||
</p>
|
||||
<p className="flex items-center text-sm gap-2 font-sans">Jalan Komjen Dr. H.M. Jasin No.86, Bumi Rahayu, Kec. Tj. Selor, Kabupaten Bulungan, Kalimantan Utara 77212</p>
|
||||
</div>
|
||||
|
||||
<p className="flex items-center text-sm font-sans mt-2 gap-2">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24">
|
||||
<g fill="none">
|
||||
|
|
|
|||
Loading…
Reference in New Issue