From cba019baed01a56407554824f2993ecccb11df45 Mon Sep 17 00:00:00 2001 From: fadilkun45 Date: Thu, 3 Sep 2026 12:24:12 +0700 Subject: [PATCH] feat: add WhatsApp contact bubble and update footer with contact details --- src/app/page.tsx | 3 +++ src/components/WhatsAppBubble.tsx | 11 +++++++++++ src/components/footer.tsx | 12 +++++++++++- 3 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 src/components/WhatsAppBubble.tsx diff --git a/src/app/page.tsx b/src/app/page.tsx index cfcb75a..d654717 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,6 +13,7 @@ import Corner2 from "@/image/portofolio/corner-why-us-2.svg"; import { ArrowUpRightIcon } from "@phosphor-icons/react/dist/ssr"; import Image from "next/image"; import ClientImage from "../components/home/client-image"; +import WhatsAppBubble from "@src/components/WhatsAppBubble"; export default function Home() { const ourService = [ @@ -187,6 +188,8 @@ export default function Home() { corner-1 corner-2 + + ); } diff --git a/src/components/WhatsAppBubble.tsx b/src/components/WhatsAppBubble.tsx new file mode 100644 index 0000000..84bc031 --- /dev/null +++ b/src/components/WhatsAppBubble.tsx @@ -0,0 +1,11 @@ +import { WhatsappLogoIcon } from '@phosphor-icons/react/ssr' + +const WhatsAppBubble = () => { + return ( + + + + ) +} + +export default WhatsAppBubble \ No newline at end of file diff --git a/src/components/footer.tsx b/src/components/footer.tsx index 8ab81e0..d18716c 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -1,6 +1,8 @@ +"use client"; import Corner1 from "@/image/footer/corner-footer-1.svg"; import Corner2 from "@/image/footer/corner-footer-2.svg"; import LogoWhite from "@/image/logo-white.png"; +import { EnvelopeIcon, PhoneIcon } from "@phosphor-icons/react"; import { ArrowUpRightIcon } from "@phosphor-icons/react/dist/ssr"; import Image from "next/image"; @@ -12,8 +14,16 @@ export default function Footer() {
logo-white

The Kensington Office Tower Lantai 2 Ruang B2, Jl. Boulevard Raya No. 1, Kelapa Gading Timur, Kelapa Gading, Jakarta Utara 14240

+
+ +

02129755506

+
+
+ +

connect@muliainformasi.co.id

+
-
Mulia Informasi Teknologi @2026. All Right Reserved
+
Mulia Informasi Teknologi @2026. All Right Reserved