Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| caa9b80e04 | |||
| 354715a986 | |||
| 50d1654b71 |
@@ -11,7 +11,7 @@ import TeamCardTen from "@/components/sections/team/TeamCardTen";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { Mail, Zap, Linkedin } from "lucide-react";
|
||||
import { Mail, Zap, Linkedin, Github } from "lucide-react";
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
@@ -54,7 +54,7 @@ export default function Page() {
|
||||
showDimOverlay={false}
|
||||
buttons={[
|
||||
{ text: "View Projects", href: "#projects" },
|
||||
{ text: "Download Resume", href: "https://example.com/resume" }
|
||||
{ text: "View My GitHub", href: "https://github.com" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user