Compare commits
4 Commits
version_17
...
version_19
| Author | SHA1 | Date | |
|---|---|---|---|
| 91b02feac1 | |||
| 596ce2a741 | |||
| 3979152f51 | |||
| 8d25bdfdf4 |
@@ -78,21 +78,28 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<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 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" />
|
<div className="absolute inset-0 bg-black/60" />
|
||||||
<FeatureCardTwentyEight
|
<div className="relative z-10 flex flex-col md:flex-row items-center justify-between p-8 gap-8">
|
||||||
className="relative z-10 text-white"
|
<FeatureCardTwentyEight
|
||||||
animationType="slide-up"
|
className="flex-1 text-white"
|
||||||
textboxLayout="split"
|
animationType="slide-up"
|
||||||
useInvertedBackground={false}
|
textboxLayout="split"
|
||||||
features={[
|
useInvertedBackground={false}
|
||||||
{ id: "1", title: "Residential HVAC", subtitle: "Full home installation", category: "Installation", value: "Premium" },
|
features={[
|
||||||
{ id: "2", title: "Commercial Services", subtitle: "Large scale climate control", category: "Commercial", value: "Expert" },
|
{ id: "1", title: "Residential HVAC", subtitle: "Full home installation", category: "Installation", value: "Premium" },
|
||||||
{ id: "3", title: "Maintenance & Repair", subtitle: "Preventative and urgent care", category: "Emergency", value: "Fast" },
|
{ id: "2", title: "Commercial Services", subtitle: "Large scale climate control", category: "Commercial", value: "Expert" },
|
||||||
{ id: "4", title: "Ductwork Design", subtitle: "Customized airflow systems", category: "Engineering", value: "Precision" },
|
{ id: "3", title: "Maintenance & Repair", subtitle: "Preventative and urgent care", category: "Emergency", value: "Fast" },
|
||||||
{ id: "5", title: "Mini Splits", subtitle: "Efficient zonal heating/cooling", category: "System", value: "Efficient" },
|
{ 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" },
|
||||||
title="Our Services "
|
]}
|
||||||
description="Custom climate control solutions tailored to your unique requirements."
|
title="Our Services "
|
||||||
/>
|
description="Custom climate control solutions tailored to your unique requirements."
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775768725847-kuzo8bm3.jpg?_wi=1"
|
||||||
|
alt="HVAC Equipment"
|
||||||
|
className="w-full md:w-1/3 rounded-lg shadow-xl"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
|
|||||||
Reference in New Issue
Block a user