From a75a251ab4dc7449e50617abe223b6e0c762a270 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 09:07:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 08fe864..1296c90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { description="Experience spectacular homemade chocolates and artisanal bakes, crafted in small batches with passion and precision." buttons={[ { text: "Order Chocolates", href: "/shop" }, - { text: "Visit Us in Yercaud", href: "/yercaud" }, + { text: "Plan Your Yercaud Visit", href: "/yercaud" }, ]} imageSrc="http://img.b2bpic.net/free-photo/chocolate-roll-with-coffee-beans-pinecones-high-quality-photo_114579-26596.jpg" mediaAnimation="blur-reveal" @@ -64,7 +64,8 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1