From 484c03c411d734918817e93b9cef8bbb10d8dec6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 18:28:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e95852..6b43bdf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -171,6 +171,9 @@ export default function LandingPage() { title="Agency Inquiries" faqsAnimation="slide-up" description="Common questions regarding our creative partnership model." + buttons={[ + { text: "Start a Conversation", href: "#contact" } + ]} /> -- 2.49.1