Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-05 06:55:27 +00:00
2 changed files with 4 additions and 1429 deletions

File diff suppressed because it is too large Load Diff

View File

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