From d87a9008d3aabaf6c6bf958a7b4560b2c8ee6aa4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 16:50:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f743ce8..19a34e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -232,6 +232,10 @@ export default function LandingPage() { { id: "f3", title: "What is your typical turnaround time?", content: "I assess each project individually, but prioritize efficiency and meeting agreed-upon deadlines."}, ]} + buttons={[ + { + text: "Schedule a Free Consultation", href: "#contact"}, + ]} imageSrc="http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg" mediaAnimation="slide-up" title="Frequently Asked" @@ -282,4 +286,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}