|
|
|
|
@@ -7,7 +7,7 @@ import TextAbout from "@/components/sections/about/TextAbout";
|
|
|
|
|
import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
|
|
|
|
|
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
|
|
|
|
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
|
|
|
|
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
|
|
|
|
import ContactForm from "@/components/form/ContactForm";
|
|
|
|
|
import FooterBase from "@/components/sections/footer/FooterBase";
|
|
|
|
|
import { Zap, AlertTriangle, Wrench, Package, TrendingUp, TrendingDown, Award, Lightbulb, Sparkles, Mail, Shield } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
|
|
|
|
tag="About IPQS"
|
|
|
|
|
tagIcon={Lightbulb}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
title="Born for Innovation: Transforming Industrial Power Systems with Advanced Engineering Solutions. IPQS Private Limited specializes in Power Quality Solutions, Energy Efficiency Engineering, Electrical Reliability Improvements, and Industrial Automation & Process Optimization for mission-critical industrial electrical networks worldwide."
|
|
|
|
|
title="Transforming Industrial Power Systems with Advanced Engineering Solutions. IPQS specializes in Power Quality, Energy Efficiency, and Electrical Reliability for industrial networks worldwide."
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Learn More", href: "#services" }
|
|
|
|
|
]}
|
|
|
|
|
@@ -209,7 +209,7 @@ export default function LandingPage() {
|
|
|
|
|
tag="Future Vision"
|
|
|
|
|
tagIcon={Sparkles}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
title="Engineering the Future of Reliable Power: Intelligent power grid networks with real-time monitoring, adaptive compensation systems, and predictive maintenance powered by advanced analytics. We're pioneering next-generation electrical solutions that combine IoT sensors, machine learning, and edge computing to deliver unprecedented reliability, efficiency, and sustainability to industrial electrical systems."
|
|
|
|
|
title="Engineering the Future of Reliable Power: Pioneering next-generation electrical solutions with real-time monitoring, adaptive compensation systems, and predictive maintenance powered by advanced analytics."
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Explore Innovation", href: "#services" }
|
|
|
|
|
]}
|
|
|
|
|
@@ -219,19 +219,17 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactCTA
|
|
|
|
|
tag="Get Started"
|
|
|
|
|
<ContactForm
|
|
|
|
|
tag="Get in Touch"
|
|
|
|
|
tagIcon={Mail}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
title="Ready to Transform Your Power Systems?"
|
|
|
|
|
description="Let our expert team analyze your electrical infrastructure and design customized solutions that enhance reliability, reduce costs, and optimize efficiency. Contact us today for a comprehensive power quality assessment."
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Contact IPQS", href: "mailto:hello@ipqs.com" },
|
|
|
|
|
{ text: "Request Consultation", href: "#" }
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
background={{ variant: "animated-grid" }}
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
description="Let our expert team analyze your electrical infrastructure and design customized solutions. Contact us for a comprehensive power quality assessment."
|
|
|
|
|
inputPlaceholder="Enter your email"
|
|
|
|
|
buttonText="Get Started"
|
|
|
|
|
termsText="We respect your privacy and will only use your email for consultation purposes."
|
|
|
|
|
onSubmit={(email) => console.log("Contact form submission:", email)}
|
|
|
|
|
centered={true}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|