From f09c345f6260416447084bc2cbd5c77e21200427 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:00:56 +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 c83dcf1..ba94dd8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/young-man-traveler-with-backpack-hat-train-station-with-traveler-travel-recreation-concept_1384-13.jpg" imageAlt="Train traveling on scenic railway" buttons={[ - { text: "Search Trains", href: "#features" }, + { text: "Book Now", href: "#features" }, { text: "Learn More", href: "#about" }, ]} buttonAnimation="slide-up" -- 2.49.1