feat: update contact method to email in footer and home page
This commit is contained in:
parent
731062d1f8
commit
5990e44bc8
@ -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" />
|
||||
|
||||
@ -22,7 +22,7 @@ export default function Footer() {
|
||||
<p className="text-[32px] md:text-[40px] font-semibold">Let’s Collaborate</p>
|
||||
<p className="md:text-lg">Let’s 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" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user