Merge version_5 into main #7

Merged
bender merged 1 commits from version_5 into main 2026-03-05 07:04:07 +00:00

View File

@@ -219,7 +219,7 @@ export default function LandingPage() {
<ContactFaq
ctaTitle="Get in Touch"
ctaDescription="I'm always open to discussing new projects, internship opportunities, and tech-related collaborations. Feel free to reach out!"
ctaButton={{ text: "Send Email", href: "mailto:prakash@example.com" }}
ctaButton={{ text: "Email Me Now", href: "mailto:prakash.subedi@algomau.ca" }}
ctaIcon={Mail}
useInvertedBackground={false}
animationType="slide-up"
@@ -256,7 +256,7 @@ export default function LandingPage() {
title: "Connect", items: [
{ label: "GitHub", href: "https://github.com/psubedi6" },
{ label: "LinkedIn", href: "https://linkedin.com/in/prakash-subedi" },
{ label: "Email", href: "mailto:prakash@example.com" },
{ label: "Email", href: "mailto:prakash.subedi@algomau.ca" },
{ label: "Resume", href: "/resume.pdf" }
]
},