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 +}