Compare commits

...

5 Commits

Author SHA1 Message Date
b348b3a246 Update src/app/page.tsx 2026-05-03 18:40:33 +00:00
31c2c536c7 Merge version_67 into main
Merge version_67 into main
2026-05-03 18:38:00 +00:00
d6bd281b79 Update src/app/page.tsx 2026-05-03 18:37:56 +00:00
89a9e3df66 Merge version_66 into main
Merge version_66 into main
2026-05-03 18:36:31 +00:00
457e5e94ae Merge version_66 into main
Merge version_66 into main
2026-05-03 18:34:42 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
description="Our trailers offer the comfort of an interior space with the quality of modern hospitality." description="Our trailers offer the comfort of an interior space with the quality of modern hospitality."
kpis={[ kpis={[
{ value: "10+", label: "Counties Served" }, { value: "10+", label: "Counties Served" },
{ value: "100%", label: "Guest Comfort" }, { value: "100%", label: "Fleet Satisfaction" },
{ value: "24/7", label: "Service" }, { value: "24/7", label: "Service" },
]} ]}
enableKpiAnimation={true} enableKpiAnimation={true}
@@ -108,7 +108,7 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ variant: "plain" }} 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]" textClassName="text-[#0a7039]"
buttons={[ buttons={[
{ text: "Request a free estimate", href: "/estimate" }, { text: "Request a free estimate", href: "/estimate" },
@@ -131,4 +131,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }