update miletruth page and remove unwanted files
This commit is contained in:
@@ -25,15 +25,16 @@ export default function IndustrySolutions() {
|
||||
style={{marginLeft: "50px"}}
|
||||
>
|
||||
<div className="elementor-widget-container" style={{ margin: "30px 0 0 0"}}>
|
||||
<h3 className="logico-title" style={{ fontSize: "clamp(36px, 5.5vw, 62px)", lineHeight: "1.1", fontWeight: 800, textTransform: "uppercase", paddingRight: "clamp(20px, 8vw, 120px)" }}>
|
||||
<style dangerouslySetInnerHTML={{ __html: `
|
||||
@media (min-width: 1024px) {
|
||||
.industry-title-single-line {
|
||||
white-space: nowrap !important;
|
||||
}
|
||||
}
|
||||
`}} />
|
||||
<h3 className="logico-title industry-title-single-line" style={{ fontSize: "clamp(28px, 3.5vw, 48px)", lineHeight: "1.1", fontWeight: 800, textTransform: "uppercase" }}>
|
||||
<ScrollReveal delay={0.05} duration={0.8} yOffset={25}>
|
||||
<span className="block">Smart solutions built</span>
|
||||
</ScrollReveal>
|
||||
<ScrollReveal delay={0.15} duration={0.8} yOffset={25}>
|
||||
<span className="block">exclusively for your</span>
|
||||
</ScrollReveal>
|
||||
<ScrollReveal delay={0.25} duration={0.8} yOffset={25}>
|
||||
<span className="block" style={{ color: "#c01227" }}>industry</span>
|
||||
Smart solutions built exclusively for your <span style={{ color: "#c01227" }}>industry</span>
|
||||
</ScrollReveal>
|
||||
</h3>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user