diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e47af3..5397aa9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"; @@ -219,17 +219,19 @@ export default function LandingPage() {
- 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} />