From 0ff8178729ad51b648e2487d2221fd1d5dd26798 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 02:55:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a8be2be..abe7524 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { logoText="Wisdom Well Coffee & More" description="Step into Wisdom Well Coffee & More—where exceptional coffee, handcrafted ice cream, and genuine fellowship create a sanctuary for families and friends seeking something real." buttons={[ - { text: "Find Us & Visit Today", href: "#location" }, + { text: "Visit Our Community", href: "#location" }, ]} imageSrc="http://img.b2bpic.net/free-photo/laptop-digital-tablet-book-pot-plant-wooden-table-restaurant_23-2147936091.jpg" mediaAnimation="blur-reveal" @@ -173,4 +173,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1