Update src/app/page.tsx

This commit is contained in:
2026-05-12 22:39:50 +00:00
parent f7c4e90b1f
commit 7fb185ac66

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>
);
}
}