Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9d098cacde | |||
| e95c97f2a7 | |||
| 02a36b7646 | |||
| c2f129ddbd | |||
| 46756d3fa9 |
@@ -94,9 +94,9 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Why Choose Deltacon?"
|
title="Why Choose Deltacon?"
|
||||||
metrics={[
|
metrics={[
|
||||||
{ label: "Professionalism", value: "100%", icon: Award },
|
{ label: "Industry Experience", value: "20+ Years", icon: Award },
|
||||||
{ label: "Detail Oriented", value: "Yes", icon: CheckCircle },
|
{ label: "Projects Completed", value: "500+", icon: CheckCircle },
|
||||||
{ label: "Clear Communication", value: "Always", icon: MessageSquare },
|
{ label: "Service Radius", value: "100km", icon: MessageSquare },
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -123,4 +123,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user