feat: Update phone and email icons to their orange variants on the contact page.

This commit is contained in:
pradeepkumar
2026-03-08 00:53:59 +05:30
parent 08c0d94f5f
commit 4255d28c50

View File

@@ -78,7 +78,7 @@ export default function ContactPage() {
</label>
<div className="border border-[#00293d]/10 rounded-[15px] h-[52px] px-4 flex items-center gap-3">
<Image
src="/assets/icons/phone-icon.svg"
src="/assets/icons/phone-orange-icon.svg"
alt="Phone"
width={22}
height={22}
@@ -101,7 +101,7 @@ export default function ContactPage() {
</label>
<div className="border border-[#00293d]/10 rounded-[15px] h-[52px] px-4 flex items-center gap-3">
<Image
src="/assets/icons/email-icon.svg"
src="/assets/icons/email-orange-icon.svg"
alt="Email"
width={22}
height={22}