diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e31d94..22229b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Sparkles, User, Zap, Briefcase, GraduationCap, Quote, Mail, Code } from "lucide-react"; +import { Sparkles, User, Zap, Briefcase, GraduationCap, Quote, Mail, Code, Linkedin } from "lucide-react"; export default function LandingPage() { return ( @@ -48,8 +48,9 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" buttons={[ - { text: "View Projects", href: "#projects" }, - { text: "Download Resume", href: "/resume.pdf" } + { text: "Explore My Work", href: "#projects" }, + { text: "Download Resume", href: "/resume.pdf" }, + { text: "Connect on LinkedIn", href: "https://linkedin.com/in/prakash-subedi" } ]} buttonAnimation="slide-up" background={{ variant: "plain" }}