From 6e5a45416e76df5e204f9c4c2eebdabc859731fd Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 21:46:05 +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 4edc35d..47d61ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -165,11 +165,11 @@ export default function LandingPage() { columns={[ { title: "Agency", items: [{ label: "About", href: "#about" }, { label: "Portfolio", href: "#portfolio" }] }, { title: "Services", items: [{ label: "Optimization", href: "#services" }, { label: "Design", href: "#services" }] }, - { title: "Contact", items: [{ label: "Email", href: "mailto:hello@maddix.com" }, { label: "Call Us", href: "tel:+1000000000" }] }, + { title: "Contact", items: [{ label: "Email: mathwebdesing@gmail.com", href: "mailto:mathwebdesing@gmail.com" }, { label: "Call: (414) 526 9218", href: "tel:+14145269218" }] }, ]} /> ); -} +} \ No newline at end of file -- 2.49.1