From c98b0fe74eeed51bdf5284b68969eff599244b44 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:08:41 +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 e36fecb..cbde6ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/closeup-agriculturist-hands-holding-fresh-arabica-coffee-berries-coffee-plantation-farmer-picking-coffee-bean-coffee-process-agriculture_1150-61471.jpg?_wi=1", imageAlt: "Sustainable coffee farming" }, ]} buttons={[ - { text: "Explore Menu", href: "products" }, + { text: "Order Now", href: "products" }, { text: "Learn Our Story", href: "about" }, ]} buttonAnimation="blur-reveal" -- 2.49.1