diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f50933..6f3df7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -156,7 +156,7 @@ export default function LandingPage() { description="Let's discuss how Double O K Designs can bring your brand vision to life. Get in touch with our team today." background={{ variant: "radial-gradient" }} buttons={[ - { text: "Contact Us", href: "mailto:hello@doublookdesigns.com" }, + { text: "Contact Us", href: "mailto:contact@doublookdesigns.com" }, { text: "Schedule a Call", href: "#" } ]} buttonAnimation="slide-up" @@ -176,7 +176,7 @@ export default function LandingPage() { }, { title: "Connect", items: [ - { label: "hello@doublookdesigns.com", href: "mailto:hello@doublookdesigns.com" }, + { label: "contact@doublookdesigns.com", href: "mailto:contact@doublookdesigns.com" }, { label: "Twitter", href: "https://twitter.com" }, { label: "Instagram", href: "https://instagram.com" } ]