From 751599c092586371a907e8a8f6d62ae40eeeaa79 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 19 Jun 2026 06:08:00 +0000 Subject: [PATCH] Update src/pages/HomePage/sections/Contact.tsx --- src/pages/HomePage/sections/Contact.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage/sections/Contact.tsx b/src/pages/HomePage/sections/Contact.tsx index b15c750..c782d59 100644 --- a/src/pages/HomePage/sections/Contact.tsx +++ b/src/pages/HomePage/sections/Contact.tsx @@ -15,7 +15,7 @@ export default function ContactSection(): React.JSX.Element { primaryButton={{ text: "Contact Us", href: ""}} secondaryButton={{ - text: "Listen to our Sound", href: "#"}} + text: "Listen to our Sound", href: "/"}} /> -- 2.49.1