2 Commits

Author SHA1 Message Date
354715a986 Update src/app/page.tsx 2026-03-13 07:09:34 +00:00
50d1654b71 Merge version_6 into main
Merge version_6 into main
2026-03-13 07:07:49 +00:00

View File

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