Switch to version 1: modified src/app/page.tsx

This commit is contained in:
2026-03-04 00:22:08 +00:00
parent 112070a406
commit 9c083fe137

View File

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