Merge version_67 into main #86

Merged
bender merged 1 commits from version_67 into main 2026-05-03 18:38:00 +00:00

View File

@@ -108,7 +108,7 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{ variant: "plain" }}
text="Ready to elevate your event experience? Get in touch with our team today to secure your dates and discover our premium rental options."
text="Ready to elevate your event experience? Request an estimate today to secure your dates and discover our premium fleet."
textClassName="text-[#0a7039]"
buttons={[
{ text: "Request a free estimate", href: "/estimate" },
@@ -131,4 +131,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}