Compare commits
6 Commits
version_14
...
version_16
| Author | SHA1 | Date | |
|---|---|---|---|
| 0f2e357e6e | |||
| 5670c4a45c | |||
| 3863fc8d1a | |||
| 3df5bb8c61 | |||
| 07346eaedd | |||
| c3da43c7ea |
@@ -76,8 +76,10 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="services" data-section="services">
|
<div id="services" data-section="services" className="relative bg-cover bg-center bg-no-repeat" style={{ backgroundImage: "url('https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775771149189-5ldyt62y.jpg')" }}>
|
||||||
|
<div className="absolute inset-0 bg-black/60" />
|
||||||
<FeatureCardTwentyEight
|
<FeatureCardTwentyEight
|
||||||
|
className="relative z-10 text-white"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -88,7 +90,7 @@ export default function LandingPage() {
|
|||||||
{ id: "4", title: "Ductwork Design", subtitle: "Customized airflow systems", category: "Engineering", value: "Precision" },
|
{ id: "4", title: "Ductwork Design", subtitle: "Customized airflow systems", category: "Engineering", value: "Precision" },
|
||||||
{ id: "5", title: "Mini Splits", subtitle: "Efficient zonal heating/cooling", category: "System", value: "Efficient" },
|
{ id: "5", title: "Mini Splits", subtitle: "Efficient zonal heating/cooling", category: "System", value: "Efficient" },
|
||||||
]}
|
]}
|
||||||
title="Comprehensive HVAC Solutions"
|
title="Our Services "
|
||||||
description="Custom climate control solutions tailored to your unique requirements."
|
description="Custom climate control solutions tailored to your unique requirements."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user