3 Commits

Author SHA1 Message Date
8d8ec1c714 Update src/app/page.tsx 2026-03-05 09:08:51 +00:00
304308b603 Update src/app/layout.tsx 2026-03-05 09:08:51 +00:00
ddb68b939c Merge version_2 into main
Merge version_2 into main
2026-03-05 09:04: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>
);
}
}