Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-12 22:39:53 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
tag="PREMIER TRANSPORT"
tagAnimation="blur-reveal"
buttons={[
{ text: "Book Your Limo", href: "#contact" },
{ text: "Reserve Your Limousine", href: "#contact" },
{ text: "Our Fleet", href: "#products" },
]}
mediaItems={[
@@ -219,4 +219,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}