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