Compare commits
5 Commits
version_66
...
version_68
| Author | SHA1 | Date | |
|---|---|---|---|
| b348b3a246 | |||
| 31c2c536c7 | |||
| d6bd281b79 | |||
| 89a9e3df66 | |||
| 457e5e94ae |
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user