Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 18:31:52 +00:00

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="compact"
sizing="largeSmallSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
@@ -61,7 +61,7 @@ export default function LandingPage() {
<HeroBillboard
title="Workforce Management Built for Australian Construction"
description="Streamline staffing, scheduling, and compliance with the intelligent platform trusted by leading construction companies. StaffToday connects your team, automates processes, and gets your projects moving faster."
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
tag="Construction Platform"
tagIcon={Zap}
buttons={[
@@ -91,6 +91,7 @@ export default function LandingPage() {
{ icon: Clock, label: "Hours Scheduled", value: "5M+" },
{ icon: TrendingUp, label: "Efficiency Improvement", value: "35%" },
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -151,6 +152,7 @@ export default function LandingPage() {
id: "4", value: "99.9%", description:
"Platform uptime ensuring your team stays connected and productive"},
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -321,4 +323,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}