Update src/app/page.tsx

This commit is contained in:
2026-03-03 17:20:44 +00:00
parent 9728c0f001
commit b9da4614c2

View File

@@ -48,8 +48,8 @@ export default function LandingPage() {
tagIcon={Hammer}
tagAnimation="slide-up"
buttons={[
{ text: "View Our Work", href: "projects" },
{ text: "Request Quote", href: "contact" }
{ text: "Request Quote", href: "contact" },
{ text: "See Our Portfolio", href: "projects" }
]}
buttonAnimation="slide-up"
background={{ variant: "plain" }}