Merge version_2 into main #4
1426
src/app/layout.tsx
1426
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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" }}
|
||||
|
||||
Reference in New Issue
Block a user