From fc1c23d4ef38f6bcdf882dd9df51143daa0f10cb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 12:53:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d728731..a0e2c7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -153,7 +153,7 @@ export default function LandingPage() { ]} ctaTitle="Have More Questions?" ctaDescription="Reach out to our culinary team and we'll be happy to help you with recipe suggestions or cooking tips." - ctaButton={{ text: "Get in Touch", href: "#contact" }} + ctaButton={{ text: "Ask a Cooking Question", href: "#contact" }} ctaIcon={MessageCircle} useInvertedBackground={false} animationType="slide-up"