3 Commits

Author SHA1 Message Date
f4308fb960 Update src/app/page.tsx 2026-03-04 19:04:56 +00:00
72c64a11c4 Update src/app/layout.tsx 2026-03-04 19:04:56 +00:00
3558697236 Merge version_2 into main
Merge version_2 into main
2026-03-04 19:00:02 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -54,6 +54,7 @@ export default function LandingPage() {
buttons={[ buttons={[
{ text: "Explore My Work", href: "#portfolio" }, { text: "Explore My Work", href: "#portfolio" },
{ text: "Get in Touch", href: "#contact" }, { text: "Get in Touch", href: "#contact" },
{ text: "View Services", href: "#services" },
]} ]}
/> />
</div> </div>