From fb1406101bd94d6c47ae594dd7ef917b3331a9fa Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 20:28:05 +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 7247e1b..944c1be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { imageAlt="Fresh golden Argentine churros on a plate" mediaAnimation="slide-up" buttons={[ - { text: "Visit Us Today", href: "contact" }, + { text: "Get Fresh Churros Now", href: "contact" }, { text: "Learn More", href: "about" } ]} buttonAnimation="slide-up" -- 2.49.1