5 Commits

Author SHA1 Message Date
e96430af95 Switch to version 1: modified src/app/page.tsx 2026-03-11 10:19:52 +00:00
880da3daae Switch to version 2: modified src/app/styles/variables.css 2026-03-11 10:19:41 +00:00
f593c2d9cc Switch to version 2: modified src/app/page.tsx 2026-03-11 10:19:41 +00:00
5888e50d7e Merge version_3 into main
Merge version_3 into main
2026-03-11 09:59:35 +00:00
bbb848dd2a Merge version_3 into main
Merge version_3 into main
2026-03-11 09:58:40 +00:00
2 changed files with 21 additions and 19 deletions

View File

@@ -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 ContactForm from "@/components/form/ContactForm";
import ContactCTA from "@/components/sections/contact/ContactCTA";
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="Transforming Industrial Power Systems with Advanced Engineering Solutions. IPQS specializes in Power Quality, Energy Efficiency, and Electrical Reliability for industrial networks worldwide."
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."
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: Pioneering next-generation electrical solutions with real-time monitoring, adaptive compensation systems, and predictive maintenance powered by advanced analytics."
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."
buttons={[
{ text: "Explore Innovation", href: "#services" }
]}
@@ -219,17 +219,19 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactForm
tag="Get in Touch"
<ContactCTA
tag="Get Started"
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. 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}
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}
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000000;
--primary-cta: #000000;
--background: #0a0f1e;
--card: #151a2e;
--foreground: #e0e8ff;
--primary-cta: #00cfff;
--primary-cta-text: #0a0f1e;
--secondary-cta: #ffffff;
--secondary-cta: #00ff9c;
--secondary-cta-text: #0a0f1e;
--accent: #e2e2e2;
--background-accent: #f5f5f5;
--accent: #6a5cff;
--background-accent: #1a2547;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);