Update src/app/page.tsx

This commit is contained in:
2026-05-11 13:33:35 +00:00
parent 13e2534c7b
commit 70e7fd9859

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
description="Building the future with Python, Drones, and STEM innovation."
buttons={[
{
text: "View Projects", href: "#skills"},
text: "View My Technical Portfolio", href: "#skills"},
]}
slides={[
{
@@ -200,4 +200,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}