Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user