diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c75019..01cc9ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { ratingText="Trusted by 500+ satisfied customers" buttons={[ { text: "Book Now", href: "#booking" }, - { text: "Learn More", href: "#services" } + { text: "View Packages", href: "#services" } ]} tagAnimation="slide-up" mediaAnimation="slide-up" @@ -257,4 +257,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file