1 Commits

Author SHA1 Message Date
fc87cd5833 Update src/app/page.tsx 2025-12-28 02:31:10 +00:00

View File

@@ -63,6 +63,10 @@ export default function LandingPage() {
{ {
text: "View Portfolio", text: "View Portfolio",
href: "#gallery" href: "#gallery"
},
{
text: "Learn More",
href: "#about"
} }
]} ]}
/> />