From 91767009ff94cf3d8df5d48e980daef4c3f36555 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:04:49 +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 6cf3cb4..45cc508 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function LandingPage() { { name: "Skills", id: "skills" }, ]} button={{ - text: "Get In Touch", href: "contact"}} + text: "Send Project Inquiry", href: "contact"}} /> @@ -223,7 +223,7 @@ export default function LandingPage() { ctaTitle="Let's Collaborate" ctaDescription="Interested in working together? I'm open to commissions, collaborations, and exciting AI-driven creative projects." ctaButton={{ - text: "Get In Touch", href: "mailto:contact@huzaifa.com"}} + text: "Send Project Inquiry", href: "mailto:contact@huzaifa.com"}} ctaIcon={Mail} useInvertedBackground={false} animationType="slide-up" -- 2.49.1