From 8693dca5a4b07b1ecb5e92a48b17b241228229da Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:27:52 +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 3760de1..dd4342c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -199,7 +199,7 @@ export default function LandingPage() { useInvertedBackground={false} buttons={[ { text: "Visit Us", href: "#" }, - { text: "Call (212) 555-DELI", href: "#" }, + { text: "Call for Catering", href: "#" }, ]} ariaLabel="Contact call to action" /> -- 2.49.1