feat: update contact method to email in footer and home page

This commit is contained in:
fadilkun45 2026-06-24 17:25:35 +07:00
parent 731062d1f8
commit 5990e44bc8
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ export default function Home() {
<div className="py-2 px-3 backdrop-blur-[19px] bg-[#FFFFFF1F] font-medium w-fit">Part of Serba Mulia Group</div>
<p className="font-semibold text-[40px] md:text-5xl">Build Fast, Scale Smart</p>
<p className="md:text-lg">Software & AI Solutions for Modern Business</p>
<a className="primary-button pl-3" href="tel:02145840071">
<a className="primary-button pl-3" href="mailto:product@muliainformasi.co.id">
Contact Us
<div className="p-2 bg-secondary-400">
<ArrowUpRightIcon className="size-5 text-white" />

View File

@ -22,7 +22,7 @@ export default function Footer() {
<p className="text-[32px] md:text-[40px] font-semibold">Lets Collaborate</p>
<p className="md:text-lg">Lets build something that works and grows.</p>
</div>
<a className="primary-button pl-3" href="tel:02145840071">
<a className="primary-button pl-3" href="mailto:product@muliainformasi.co.id">
Contact Us
<div className="p-2 bg-secondary-400">
<ArrowUpRightIcon className="size-5 text-white" />