From 67b49712d160ab8c85f47f834e27b4744f8d1596 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 02:12:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } ] -- 2.49.1