diff --git a/src/app/page.tsx b/src/app/page.tsx index 040a809..a71b2b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { description="Experience premium vehicle rentals tailored for professionals, executives, and travelers who demand excellence. Drive with confidence in our meticulously maintained luxury fleet." background={{ variant: "radial-gradient" }} buttons={[ - { text: "Book Your Ride", href: "#booking" }, + { text: "Reserve Your Luxury Car", href: "#booking" }, { text: "Explore Fleet", href: "#fleet" } ]} layoutOrder="default" @@ -57,6 +57,7 @@ export default function LandingPage() { mediaAnimation="slide-up" frameStyle="card" containerClassName="py-20" + buttonContainerClassName="flex flex-col-reverse md:flex-row gap-4" /> @@ -225,4 +226,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}