diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5b9400f..a1f1749 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,11 +32,11 @@ export default function LandingPage() {
@@ -184,7 +184,7 @@ export default function LandingPage() {
tag="Get In Touch"
title="Ready to Upgrade?"
description="Join our newsletter or reach out for bulk orders and support requests."
- buttons={[{ text: "Contact Support", href: "#" }]}
+ buttons={[{ text: "Contact Support", href: "/contact" }]}
/>
@@ -201,4 +201,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file