From d417eac714da97926cd178ce8ce36c9d5fad1667 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 01:07:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}