diff --git a/src/app/page.tsx b/src/app/page.tsx index dc8a9e0..e10dc64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,17 +33,11 @@ export default function LandingPage() { @@ -52,32 +46,15 @@ export default function LandingPage() {
@@ -237,40 +156,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "John Smith", - role: "Plant Manager", - testimonial: "These dryers have transformed our air quality. Reduced maintenance calls by 80%.", - imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-visiting-factory-plant-examining-manufactured-products-with-facility-worker_637285-4150.jpg", - }, + id: "t1", name: "John Smith", role: "Plant Manager", testimonial: "These dryers have transformed our air quality. Reduced maintenance calls by 80%.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-visiting-factory-plant-examining-manufactured-products-with-facility-worker_637285-4150.jpg"}, { - id: "t2", - name: "Sarah Lee", - role: "Head Engineer", - testimonial: "Reliability is key for us. PureFlow hasn't let us down in two years of continuous operation.", - imageSrc: "http://img.b2bpic.net/free-photo/male-engineer-analyzed-industry-40-system-smart-manufacturing-plant_482257-126802.jpg", - }, + id: "t2", name: "Sarah Lee", role: "Head Engineer", testimonial: "Reliability is key for us. PureFlow hasn't let us down in two years of continuous operation.", imageSrc: "http://img.b2bpic.net/free-photo/male-engineer-analyzed-industry-40-system-smart-manufacturing-plant_482257-126802.jpg"}, { - id: "t3", - name: "Mike Davis", - role: "Facilities Manager", - testimonial: "Fast installation and incredible customer support when we needed parts.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-businessman-working-his-office-businessperson-professional-environment_482257-32754.jpg", - }, + id: "t3", name: "Mike Davis", role: "Facilities Manager", testimonial: "Fast installation and incredible customer support when we needed parts.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-businessman-working-his-office-businessperson-professional-environment_482257-32754.jpg"}, { - id: "t4", - name: "Elena Rodriguez", - role: "Production Lead", - testimonial: "A significant reduction in energy costs since switching to their refrigerant dryer.", - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149267977.jpg", - }, + id: "t4", name: "Elena Rodriguez", role: "Production Lead", testimonial: "A significant reduction in energy costs since switching to their refrigerant dryer.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149267977.jpg"}, { - id: "t5", - name: "Tom Chen", - role: "Lead Tech", - testimonial: "Solid build quality and very intuitive serviceability.", - imageSrc: "http://img.b2bpic.net/free-photo/focus-lines-code-laptop-screen-used-by-data-center-engineers_482257-117920.jpg", - }, + id: "t5", name: "Tom Chen", role: "Lead Tech", testimonial: "Solid build quality and very intuitive serviceability.", imageSrc: "http://img.b2bpic.net/free-photo/focus-lines-code-laptop-screen-used-by-data-center-engineers_482257-117920.jpg"}, ]} title="Client Success" description="See why top manufacturing firms trust PureFlow." @@ -282,20 +176,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "faq1", - title: "How often should I change filters?", - content: "Generally every 6-12 months, depending on your air usage and environment.", - }, + id: "faq1", title: "How often should I change filters?", content: "Generally every 6-12 months, depending on your air usage and environment."}, { - id: "faq2", - title: "Do I need a dryer?", - content: "If you have rust or moisture in your tools, you absolutely need a dryer to prevent downtime.", - }, + id: "faq2", title: "Do I need a dryer?", content: "If you have rust or moisture in your tools, you absolutely need a dryer to prevent downtime."}, { - id: "faq3", - title: "Do you offer installation?", - content: "Yes, our certified technicians handle full system integration from start to finish.", - }, + id: "faq3", title: "Do you offer installation?", content: "Yes, our certified technicians handle full system integration from start to finish."}, ]} sideTitle="Expert Answers" sideDescription="Everything you need to know about compressed air treatment." @@ -307,8 +192,7 @@ export default function LandingPage() {