diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f78c46..0d8fd84 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,6 +48,7 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[ { text: "Start Your Project", href: "#pricing" }, + { text: "Get a Free Quote", href: "#contact" }, { text: "View Portfolio", href: "#portfolio" } ]} buttonAnimation="slide-up" @@ -262,4 +263,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}