Merge version_3 into main #4
@@ -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,16 @@ 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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user