From dfe18ff9e23d2f5bc761c77c15f89261dfcd83f9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 06:55:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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" }}