From 56bc77d59c4c4c7b7ecfe8f4ee6751d49db0c50e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 02:02:20 +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 e0fe860..6a643f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,7 +146,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/wild-indian-elephant-male-with-nature-habitat-northern-india_475641-853.jpg?_wi=2" imageAlt="Majestic elephant in natural habitat at Dalma Wildlife Sanctuary" buttons={[ - { text: "Book Safari", href: "tel:+91XXXXXXXXXX" }, + { text: "Book Your Safari Now", href: "tel:+91XXXXXXXXXX" }, { text: "Plan Your Visit", href: "#contact" }, ]} buttonAnimation="slide-up" @@ -277,4 +277,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file