1 Commits

Author SHA1 Message Date
91767009ff Update src/app/page.tsx 2026-03-03 07:04:49 +00:00

View File

@@ -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"}}
/>
</div>
@@ -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"