4 Commits

Author SHA1 Message Date
ea7480dd11 Update src/app/page.tsx 2026-03-11 09:59:31 +00:00
d0259c366f Update src/app/styles/variables.css 2026-03-11 09:58:36 +00:00
a0f77d46bd Update src/app/page.tsx 2026-03-11 09:58:36 +00:00
7c2330a890 Merge version_2 into main
Merge version_2 into main
2026-03-11 09:43:39 +00:00
2 changed files with 17 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 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";
@@ -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>

View File

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