Merge version_3 into main #6

Merged
bender merged 2 commits from version_3 into main 2026-03-05 09:08:55 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1380,4 +1380,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -239,7 +239,7 @@ export default function HomePage() {
<div id="cta-banner" data-section="cta-banner">
<ContactSplit
tag="Ready to Optimize?"
title="Need a Refrigerated Truck Today?"
title="Get Your Quote in 2 Minutes"
description="Connect with Celcius and get your temperature-sensitive goods transported safely. Get a quote in minutes or call us now for immediate assistance."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
@@ -262,4 +262,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}