Update src/app/page.tsx

This commit is contained in:
2026-03-04 00:05:05 +00:00
parent b7b0c88051
commit 3d27f730e6

View File

@@ -165,7 +165,7 @@ export default function LandingPage() {
useInvertedBackground={false}
buttons={[
{ text: "Get in Touch", href: "mailto:contact@example.com" },
{ text: "Explore More", href: "#projects" }
{ text: "View My Work", href: "#projects" }
]}
/>
</div>
@@ -179,4 +179,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}