Merge version_1 into main #1
311
src/app/page.tsx
311
src/app/page.tsx
@@ -33,33 +33,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Services", id: "#features"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Impact",
|
||||
id: "#metrics",
|
||||
},
|
||||
name: "Impact", id: "#metrics"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Enviroprofans"
|
||||
/>
|
||||
@@ -68,83 +54,52 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Your Preferred Total Ventilation Solution Provider"
|
||||
description="Enviroprofans specializes in high-efficiency HVLS fans and comprehensive ventilation systems. We're dedicated to improving air quality, comfort, and energy efficiency across industrial, commercial, and agricultural sectors. Think HVLS, BIG Ceiling... Think Enviroprofans!"
|
||||
kpis={[
|
||||
{
|
||||
value: "40%+",
|
||||
label: "Energy Savings",
|
||||
},
|
||||
value: "40%+", label: "Energy Savings"},
|
||||
{
|
||||
value: "200k+",
|
||||
label: "SqFt Ventilated",
|
||||
},
|
||||
value: "200k+", label: "SqFt Ventilated"},
|
||||
{
|
||||
value: "98%",
|
||||
label: "Client Satisfaction",
|
||||
},
|
||||
value: "98%", label: "Client Satisfaction"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
tag="Innovative Air Solutions"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Explore Services", href: "#features"},
|
||||
{
|
||||
text: "View Products",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Products", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smoke-pipe-industry-factory_1127-3436.jpg"
|
||||
imageAlt="Large industrial space with modern HVLS ceiling fans"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
|
||||
alt: "Smiling Beautiful Middle-aged Business Woman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", alt: "Smiling Beautiful Middle-aged Business Woman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/worker-with-big-smile-crossed-arms_1139-248.jpg",
|
||||
alt: "Worker with a big smile and crossed arms",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/worker-with-big-smile-crossed-arms_1139-248.jpg", alt: "Worker with a big smile and crossed arms"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg",
|
||||
alt: "Cheerful handsome businessman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg", alt: "Cheerful handsome businessman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
|
||||
alt: "Smiling young businessman in suit looking at camera at meeting",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", alt: "Smiling young businessman in suit looking at camera at meeting"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-front-view-business-man_23-2148763836.jpg",
|
||||
alt: "Smiley front view business man",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-front-view-business-man_23-2148763836.jpg", alt: "Smiley front view business man"},
|
||||
]}
|
||||
avatarText="Trusted by 1000+ businesses"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Efficient Airflow",
|
||||
},
|
||||
type: "text", text: "Efficient Airflow"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cost Savings",
|
||||
},
|
||||
type: "text", text: "Cost Savings"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Solutions",
|
||||
},
|
||||
type: "text", text: "Sustainable Solutions"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Enhanced Comfort",
|
||||
},
|
||||
type: "text", text: "Enhanced Comfort"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Quiet Operation",
|
||||
},
|
||||
type: "text", text: "Quiet Operation"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -156,19 +111,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Sparkles,
|
||||
label: "Years of Expertise",
|
||||
value: "15+",
|
||||
},
|
||||
label: "Years of Expertise", value: "15+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Skilled Engineers",
|
||||
value: "50+",
|
||||
},
|
||||
label: "Skilled Engineers", value: "50+"},
|
||||
{
|
||||
icon: Leaf,
|
||||
label: "Eco-Friendly Focus",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Eco-Friendly Focus", value: "100%"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -181,40 +130,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "energy-efficiency",
|
||||
title: "Unmatched Energy Efficiency",
|
||||
subtitle: "Drastically cut power consumption with our HVLS-DC Series PMSM fans, engineered for maximum airflow with minimal energy use.",
|
||||
category: "Cost Savings",
|
||||
value: "Save up to 40%",
|
||||
},
|
||||
id: "energy-efficiency", title: "Unmatched Energy Efficiency", subtitle: "Drastically cut power consumption with our HVLS-DC Series PMSM fans, engineered for maximum airflow with minimal energy use.", category: "Cost Savings", value: "Save up to 40%"},
|
||||
{
|
||||
id: "air-circulation",
|
||||
title: "Optimal Air Circulation",
|
||||
subtitle: "Experience superior comfort and air quality. Our fans ensure even temperature distribution and continuous fresh air movement across vast areas.",
|
||||
category: "Comfort & Health",
|
||||
value: "Total Air Renewal",
|
||||
},
|
||||
id: "air-circulation", title: "Optimal Air Circulation", subtitle: "Experience superior comfort and air quality. Our fans ensure even temperature distribution and continuous fresh air movement across vast areas.", category: "Comfort & Health", value: "Total Air Renewal"},
|
||||
{
|
||||
id: "carbon-footprint",
|
||||
title: "Reduced Carbon Footprint",
|
||||
subtitle: "Contribute to a greener planet with our solar-powered ventilators and energy-efficient systems, designed for environmental sustainability.",
|
||||
category: "Sustainability",
|
||||
value: "Eco-Friendly Solutions",
|
||||
},
|
||||
id: "carbon-footprint", title: "Reduced Carbon Footprint", subtitle: "Contribute to a greener planet with our solar-powered ventilators and energy-efficient systems, designed for environmental sustainability.", category: "Sustainability", value: "Eco-Friendly Solutions"},
|
||||
{
|
||||
id: "quiet-operation",
|
||||
title: "Whisper-Quiet Performance",
|
||||
subtitle: "Our advanced fan technology ensures silent operation, creating a peaceful and productive environment without disruptive noise.",
|
||||
category: "User Experience",
|
||||
value: "Silent Zones",
|
||||
},
|
||||
id: "quiet-operation", title: "Whisper-Quiet Performance", subtitle: "Our advanced fan technology ensures silent operation, creating a peaceful and productive environment without disruptive noise.", category: "User Experience", value: "Silent Zones"},
|
||||
{
|
||||
id: "custom-solutions",
|
||||
title: "Tailored Ventilation Systems",
|
||||
subtitle: "We design and implement custom ventilation solutions to perfectly match the unique requirements of your industrial or commercial space.",
|
||||
category: "Adaptability",
|
||||
value: "Bespoke Design",
|
||||
},
|
||||
id: "custom-solutions", title: "Tailored Ventilation Systems", subtitle: "We design and implement custom ventilation solutions to perfectly match the unique requirements of your industrial or commercial space.", category: "Adaptability", value: "Bespoke Design"},
|
||||
]}
|
||||
title="Enhance Your Environment with Enviroprofans"
|
||||
description="Our advanced ventilation solutions deliver unparalleled performance, creating healthier and more productive spaces while significantly reducing operational costs."
|
||||
@@ -230,47 +154,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "hvls-dc-pmsm",
|
||||
name: "HVLS-DC Series PMSM Fans",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-abstract-bubbles-pattern_23-2151972813.jpg",
|
||||
imageAlt: "HVLS-DC Series PMSM hvls fan",
|
||||
},
|
||||
id: "hvls-dc-pmsm", name: "HVLS-DC Series PMSM Fans", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/colorful-abstract-bubbles-pattern_23-2151972813.jpg", imageAlt: "HVLS-DC Series PMSM hvls fan"},
|
||||
{
|
||||
id: "wall-mount-pivot",
|
||||
name: "Wall Mount Pivot HVLS Fans",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-having-fun_197531-33849.jpg",
|
||||
imageAlt: "Wall Mount Pivot hvls fans",
|
||||
},
|
||||
id: "wall-mount-pivot", name: "Wall Mount Pivot HVLS Fans", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-having-fun_197531-33849.jpg", imageAlt: "Wall Mount Pivot hvls fans"},
|
||||
{
|
||||
id: "mobile-hds-2m",
|
||||
name: "Mobile HVLS Fans HDS-2M",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-round-desk-fan-with-simple-background_23-2150808052.jpg",
|
||||
imageAlt: "Mobile hvls fans HDS-2M",
|
||||
},
|
||||
id: "mobile-hds-2m", name: "Mobile HVLS Fans HDS-2M", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-desk-fan-with-simple-background_23-2150808052.jpg", imageAlt: "Mobile hvls fans HDS-2M"},
|
||||
{
|
||||
id: "pole-hvls",
|
||||
name: "Pole HVLS Fans",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wind-turbine_53876-64719.jpg",
|
||||
imageAlt: "Pole hvls fans",
|
||||
},
|
||||
id: "pole-hvls", name: "Pole HVLS Fans", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/wind-turbine_53876-64719.jpg", imageAlt: "Pole hvls fans"},
|
||||
{
|
||||
id: "ac-wall-exhaust",
|
||||
name: "AC Wall Exhaust Fans",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-round-desk-fan-with-simple-background_23-2150808050.jpg",
|
||||
imageAlt: "AC Wall Exhaust fans",
|
||||
},
|
||||
id: "ac-wall-exhaust", name: "AC Wall Exhaust Fans", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-desk-fan-with-simple-background_23-2150808050.jpg", imageAlt: "AC Wall Exhaust fans"},
|
||||
{
|
||||
id: "solar-ventilators",
|
||||
name: "Solar Powered Ventilators",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wind-turbine-hand-renewable-energy-environment_53876-143287.jpg",
|
||||
imageAlt: "Solar Powered Ventilators",
|
||||
},
|
||||
id: "solar-ventilators", name: "Solar Powered Ventilators", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/wind-turbine-hand-renewable-energy-environment_53876-143287.jpg", imageAlt: "Solar Powered Ventilators"},
|
||||
]}
|
||||
title="Our Range of Products and Services"
|
||||
description="Discover our comprehensive selection of high-performance ventilation solutions, engineered for reliability, efficiency, and superior air quality across diverse applications."
|
||||
@@ -282,36 +176,19 @@ export default function LandingPage() {
|
||||
<MetricCardSeven
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "energy-saved",
|
||||
value: "250,000 MWh",
|
||||
title: "Energy Saved Annually",
|
||||
items: [
|
||||
"Reduce your carbon footprint",
|
||||
"Lower operational costs",
|
||||
"Sustainable power usage",
|
||||
],
|
||||
id: "energy-saved", value: "250,000 MWh", title: "Energy Saved Annually", items: [
|
||||
"Reduce your carbon footprint", "Lower operational costs", "Sustainable power usage"],
|
||||
},
|
||||
{
|
||||
id: "area-ventilated",
|
||||
value: "5M+ SqFt",
|
||||
title: "Area Effectively Ventilated",
|
||||
items: [
|
||||
"Optimal airflow distribution",
|
||||
"Consistent temperature control",
|
||||
"Enhanced comfort zones",
|
||||
],
|
||||
id: "area-ventilated", value: "5M+ SqFt", title: "Area Effectively Ventilated", items: [
|
||||
"Optimal airflow distribution", "Consistent temperature control", "Enhanced comfort zones"],
|
||||
},
|
||||
{
|
||||
id: "projects-completed",
|
||||
value: "500+ Projects",
|
||||
title: "Successful Installations",
|
||||
items: [
|
||||
"On-time project delivery",
|
||||
"Seamless integration process",
|
||||
"Industry-leading expertise",
|
||||
],
|
||||
id: "projects-completed", value: "500+ Projects", title: "Successful Installations", items: [
|
||||
"On-time project delivery", "Seamless integration process", "Industry-leading expertise"],
|
||||
},
|
||||
]}
|
||||
title="Impactful Ventilation, Measurable Results"
|
||||
@@ -326,65 +203,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
date: "July 2024",
|
||||
title: "Remarkable Improvement in Factory Air Quality",
|
||||
quote: "Enviroprofans revolutionized our factory's environment. The HVLS fans provide exceptional air circulation, making our workspace significantly more comfortable and productive. Their team was professional and the installation was seamless.",
|
||||
tag: "Manufacturing",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg",
|
||||
avatarAlt: "Sarah Johnson, CEO of TechCorp",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-female-worker-explaining-design-plans-company-manager-who-is-visiting-factory-facility-coronavirus-pandemic_637285-11979.jpg",
|
||||
imageAlt: "Industrial facility with HVLS fans",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", date: "July 2024", title: "Remarkable Improvement in Factory Air Quality", quote: "Enviroprofans revolutionized our factory's environment. The HVLS fans provide exceptional air circulation, making our workspace significantly more comfortable and productive. Their team was professional and the installation was seamless.", tag: "Manufacturing", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", avatarAlt: "Sarah Johnson, CEO of TechCorp", imageSrc: "http://img.b2bpic.net/free-photo/black-female-worker-explaining-design-plans-company-manager-who-is-visiting-factory-facility-coronavirus-pandemic_637285-11979.jpg", imageAlt: "Industrial facility with HVLS fans"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
date: "June 2024",
|
||||
title: "Energy Savings Beyond Expectation",
|
||||
quote: "We've seen a dramatic reduction in our energy bills since installing Enviroprofans' solutions. Their solar-powered ventilators are a game-changer for sustainability, and the performance is simply outstanding. Highly recommended!",
|
||||
tag: "Commercial",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg",
|
||||
avatarAlt: "Michael Chen, Operations Manager at InnovateLab",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fitness-woman-bicycle-doing-cardio-workout-gym_169016-46921.jpg",
|
||||
imageAlt: "Commercial building with ventilation",
|
||||
},
|
||||
id: "2", name: "Michael Chen", date: "June 2024", title: "Energy Savings Beyond Expectation", quote: "We've seen a dramatic reduction in our energy bills since installing Enviroprofans' solutions. Their solar-powered ventilators are a game-changer for sustainability, and the performance is simply outstanding. Highly recommended!", tag: "Commercial", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", avatarAlt: "Michael Chen, Operations Manager at InnovateLab", imageSrc: "http://img.b2bpic.net/free-photo/fitness-woman-bicycle-doing-cardio-workout-gym_169016-46921.jpg", imageAlt: "Commercial building with ventilation"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
date: "May 2024",
|
||||
title: "Superior Airflow in Our Agricultural Facility",
|
||||
quote: "The Pole HVLS fans from Enviroprofans have been instrumental in maintaining optimal conditions in our greenhouses. The improved airflow has positively impacted crop health and employee comfort. Excellent product and service!",
|
||||
tag: "Agriculture",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/executive-with-helmet-staring-through-window_1098-570.jpg",
|
||||
avatarAlt: "Emily Rodriguez, Facility Director at Green Harvest Farms",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-diverse-greenhouse-workers-standing-rows-lettuce-crops-inspecting-plants-damage-african-american-woman-caucasian-farm-worker-hydroponic-enviroment-doing-quality-control_482257-50576.jpg",
|
||||
imageAlt: "Agricultural facility with ventilation",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", date: "May 2024", title: "Superior Airflow in Our Agricultural Facility", quote: "The Pole HVLS fans from Enviroprofans have been instrumental in maintaining optimal conditions in our greenhouses. The improved airflow has positively impacted crop health and employee comfort. Excellent product and service!", tag: "Agriculture", avatarSrc: "http://img.b2bpic.net/free-photo/executive-with-helmet-staring-through-window_1098-570.jpg", avatarAlt: "Emily Rodriguez, Facility Director at Green Harvest Farms", imageSrc: "http://img.b2bpic.net/free-photo/two-diverse-greenhouse-workers-standing-rows-lettuce-crops-inspecting-plants-damage-african-american-woman-caucasian-farm-worker-hydroponic-enviroment-doing-quality-control_482257-50576.jpg", imageAlt: "Agricultural facility with ventilation"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
date: "April 2024",
|
||||
title: "Custom Solutions for Complex Needs",
|
||||
quote: "Enviroprofans delivered a tailored ventilation system for our specialized R&D lab. Their customized controls perfectly met our unique requirements, demonstrating their technical prowess and dedication to client satisfaction.",
|
||||
tag: "R&D Lab",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-woman-posing_23-2149457761.jpg",
|
||||
avatarAlt: "David Kim, Chief Engineer at Apex Innovations",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-shoe-designer-is-sitting-armchair-his-workshop-holding-shoe-from-his-last-collection_613910-17419.jpg",
|
||||
imageAlt: "Event venue with climate control",
|
||||
},
|
||||
id: "4", name: "David Kim", date: "April 2024", title: "Custom Solutions for Complex Needs", quote: "Enviroprofans delivered a tailored ventilation system for our specialized R&D lab. Their customized controls perfectly met our unique requirements, demonstrating their technical prowess and dedication to client satisfaction.", tag: "R&D Lab", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-woman-posing_23-2149457761.jpg", avatarAlt: "David Kim, Chief Engineer at Apex Innovations", imageSrc: "http://img.b2bpic.net/free-photo/mature-shoe-designer-is-sitting-armchair-his-workshop-holding-shoe-from-his-last-collection_613910-17419.jpg", imageAlt: "Event venue with climate control"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
date: "March 2024",
|
||||
title: "A Partner in Sustainability and Comfort",
|
||||
quote: "Working with Enviroprofans has been a pleasure. Their products are not only effective but also align with our sustainability goals. Our data center now operates at ideal temperatures, ensuring equipment longevity and reliability.",
|
||||
tag: "Data Center",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/luxury-bearded-male-sunglasses-bicycle-downtown_613910-9886.jpg",
|
||||
avatarAlt: "Jessica Lee, Sustainability Officer at Quantum Data Solutions",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/server-hub-expert-using-ai-programming-language-chroma-key-computer_482257-125831.jpg",
|
||||
imageAlt: "Data center cooling system",
|
||||
},
|
||||
id: "5", name: "Jessica Lee", date: "March 2024", title: "A Partner in Sustainability and Comfort", quote: "Working with Enviroprofans has been a pleasure. Their products are not only effective but also align with our sustainability goals. Our data center now operates at ideal temperatures, ensuring equipment longevity and reliability.", tag: "Data Center", avatarSrc: "http://img.b2bpic.net/free-photo/luxury-bearded-male-sunglasses-bicycle-downtown_613910-9886.jpg", avatarAlt: "Jessica Lee, Sustainability Officer at Quantum Data Solutions", imageSrc: "http://img.b2bpic.net/free-photo/server-hub-expert-using-ai-programming-language-chroma-key-computer_482257-125831.jpg", imageAlt: "Data center cooling system"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear directly from businesses and industries that have transformed their environments with Enviroprofans' cutting-edge ventilation systems."
|
||||
@@ -397,14 +224,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Global Manufacturers Alliance",
|
||||
"EcoBuild Solutions",
|
||||
"Industrial Innovations Group",
|
||||
"Clean Air Systems Inc.",
|
||||
"Sustainable Energy Partners",
|
||||
"Factory Modernization Co.",
|
||||
"Ventilation Excellence Council",
|
||||
]}
|
||||
"Global Manufacturers Alliance", "EcoBuild Solutions", "Industrial Innovations Group", "Clean Air Systems Inc.", "Sustainable Energy Partners", "Factory Modernization Co.", "Ventilation Excellence Council"]}
|
||||
title="Trusted by Industry Leaders Worldwide"
|
||||
description="Our commitment to quality and innovation has earned us partnerships with leading organizations across various sectors, from global manufacturers to sustainable builders."
|
||||
tag="Our Esteemed Partners"
|
||||
@@ -418,27 +238,16 @@ export default function LandingPage() {
|
||||
description="Our Service Teams strive to serve you better. Reach out to discuss your specific needs, request a custom quote, or inquire about our range of products and services."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Full Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email Address", required: true,
|
||||
},
|
||||
{
|
||||
name: "company",
|
||||
type: "text",
|
||||
placeholder: "Your Company Name",
|
||||
},
|
||||
name: "company", type: "text", placeholder: "Your Company Name"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your ventilation needs...",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Tell us about your ventilation needs...", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/call-center-manager-providing-guidance-intern-close-up_482257-118001.jpg"
|
||||
@@ -455,19 +264,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "#", ariaLabel: "Twitter"},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "#",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
href: "#", ariaLabel: "LinkedIn"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user