From 007e4c9abe3d681e3123030541437bd12b88d45b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 10:08:42 +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 be19180..1772358 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,7 +86,7 @@ export default function LandingPage() { { window.location.href = `mailto:support@ibangrecords.com?subject=Support Inquiry&body=${encodeURIComponent(email)}`; }} + onSubmit={(email) => { window.location.href = `mailto:marcelawilliams@ibangrecords.com,mikey3ang@ibangrecords.com,eddiebang@ibangrecords.com?subject=Support Inquiry&body=${encodeURIComponent(email)}`; }} /> @@ -107,7 +107,7 @@ export default function LandingPage() { logoText="I Bang Records" columns={[ { title: "Navigation", items: [{ label: "About", href: "#hero" }, { label: "Artists", href: "#features" }] }, - { title: "Contact", items: [{ label: "Support", href: "#contact" }] }, + { title: "Contact", items: [{ label: "Support", href: "mailto:marcelawilliams@ibangrecords.com,mikey3ang@ibangrecords.com,eddiebang@ibangrecords.com" }] }, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777368505901-018ujma6.jpg" /> -- 2.49.1