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