Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-18 03:52:03 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
logoText="BusGo Booking"
description="Please enter your name, destination, and departure city to find available bus timings, pricing, and seat availability."
description="Experience the fastest way to book your journey. Simply enter your details and secure your seat in seconds to start your travel adventure immediately."
buttons={[
{
text: "Find My Bus", href: "#products"},
@@ -248,4 +248,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}