diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 59b2323..f41d6ff 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -23,7 +23,7 @@ export default function ContactPage() { > @@ -50,7 +50,7 @@ export default function ContactPage() { title="Multiple ways to connect with our team. We're here to answer your questions and discuss how we can help achieve your digital goals." useInvertedBackground="invertDefault" metrics={[ - { icon: Mail, label: "Email Us", value: "hello@webild.studio" }, + { icon: Mail, label: "Email Us", value: "hello@dialedweb.studio" }, { icon: Phone, label: "Call Us", value: "+1 (555) 123-4567" }, { icon: MapPin, label: "Visit Us", value: "San Francisco, CA" }, { icon: Clock, label: "Response Time", value: "Within 24hrs" } @@ -72,12 +72,11 @@ export default function ContactPage() {