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 FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
import ProductCardThree from "@/components/sections/product/ProductCardThree"; import ProductCardThree from "@/components/sections/product/ProductCardThree";
import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; 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 FooterBase from "@/components/sections/footer/FooterBase";
import { Zap, AlertTriangle, Wrench, Package, TrendingUp, TrendingDown, Award, Lightbulb, Sparkles, Mail, Shield } from "lucide-react"; 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" tag="About IPQS"
tagIcon={Lightbulb} tagIcon={Lightbulb}
tagAnimation="slide-up" 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={[ buttons={[
{ text: "Learn More", href: "#services" } { text: "Learn More", href: "#services" }
]} ]}
@@ -209,7 +209,7 @@ export default function LandingPage() {
tag="Future Vision" tag="Future Vision"
tagIcon={Sparkles} tagIcon={Sparkles}
tagAnimation="slide-up" 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={[ buttons={[
{ text: "Explore Innovation", href: "#services" } { text: "Explore Innovation", href: "#services" }
]} ]}
@@ -219,17 +219,19 @@ export default function LandingPage() {
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactForm <ContactCTA
tag="Get in Touch" tag="Get Started"
tagIcon={Mail} tagIcon={Mail}
tagAnimation="slide-up"
title="Ready to Transform Your Power Systems?" 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." 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."
inputPlaceholder="Enter your email" buttons={[
buttonText="Get Started" { text: "Contact IPQS", href: "mailto:hello@ipqs.com" },
termsText="We respect your privacy and will only use your email for consultation purposes." { text: "Request Consultation", href: "#" }
onSubmit={(email) => console.log("Contact form submission:", email)} ]}
centered={true} buttonAnimation="slide-up"
useInvertedBackground={false} background={{ variant: "animated-grid" }}
useInvertedBackground={true}
/> />
</div> </div>

View File

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