diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a1a11b..efc3638 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,10 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; +import { Bot, Mail, Zap, ShieldCheck, MapPin, Phone } from "lucide-react"; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; @@ -29,71 +30,28 @@ export default function LandingPage() {
@@ -103,27 +61,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Precision Diagnosis", - description: "Our experts use advanced digital scanners to pinpoint issues instantly, saving you time and money.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-refrigerant-manifold-gauges_482257-90522.jpg?_wi=2", - imageAlt: "Diagnostic tech", - }, - { - title: "Energy Efficient", - description: "We specialize in high-efficiency systems designed to lower your carbon footprint and monthly utility bills.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250262.jpg", - imageAlt: "Efficiency label", - }, - { - title: "Proven Reliability", - description: "Join thousands of satisfied customers who trust ClimateMaster for their year-round climate needs.", - imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-holding-wrench-raising-hands-angry-displeased-standing-orange-wall_141793-64932.jpg", - imageAlt: "Reliable service", - }, + { title: "Autonomous Agents", description: "Intelligent systems that execute complex workflows without human intervention.", imageSrc: "https://img.b2bpic.net/free-photo/robot-arm-assembly-line_23-2148293998.jpg" }, + { title: "Predictive Analytics", description: "Harness data to foresee market trends and optimize resource allocation in real-time.", imageSrc: "https://img.b2bpic.net/free-photo/data-analysis-concept_23-2148810776.jpg" }, + { title: "Secure Infrastructure", description: "Enterprise-grade security protocols ensuring your AI models remain private and compliant.", imageSrc: "https://img.b2bpic.net/free-photo/digital-security-concept_23-2149033285.jpg" }, ]} - title="Why Choose ClimateMaster?" - description="We blend technical expertise with superior customer service to ensure your home or office stays comfortable in any season." + title="Powered by NexusAI" + description="We provide the core engine that enables businesses to innovate faster, smarter, and with complete confidence." /> @@ -134,82 +77,24 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Air Purification Systems", - price: "From $599", - imageSrc: "http://img.b2bpic.net/free-photo/ceiling-glass-wall_1127-2092.jpg", - imageAlt: "Air purifier", - }, - { - id: "p2", - name: "High-Efficiency Furnaces", - price: "From $2,400", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-comfortable-couch-with-white-cushions_1203-1451.jpg", - imageAlt: "Furnace unit", - }, - { - id: "p3", - name: "Smart Control Hubs", - price: "From $249", - imageSrc: "http://img.b2bpic.net/free-photo/home-automation-panel-monitor-wall_53876-98552.jpg", - imageAlt: "Climate control hub", - }, - { - id: "p4", - name: "Premium Air Filters", - price: "From $49", - imageSrc: "http://img.b2bpic.net/free-photo/water-filters-glass-water-top-view_23-2148728705.jpg", - imageAlt: "Air filters", - }, - { - id: "p5", - name: "Pro Maintenance Kits", - price: "From $129", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hvac-system-manometers_482257-90544.jpg", - imageAlt: "Tool kit", - }, - { - id: "p6", - name: "Replacement Fan Motors", - price: "From $350", - imageSrc: "http://img.b2bpic.net/free-photo/nozzles-ratchets_23-2148180526.jpg", - imageAlt: "Fan motor", - }, + { id: "s1", name: "Enterprise Model Training", price: "Custom Quote", imageSrc: "https://img.b2bpic.net/free-photo/server-room-datacenter_23-2149257008.jpg" }, + { id: "s2", name: "LLM Integration Suite", price: "From $4,999", imageSrc: "https://img.b2bpic.net/free-photo/software-development-code_23-2149176465.jpg" }, + { id: "s3", name: "AI Workflow Automation", price: "From $1,299", imageSrc: "https://img.b2bpic.net/free-photo/automated-business-process_23-2148962650.jpg" }, + { id: "s4", name: "Data Vectorization", price: "From $899", imageSrc: "https://img.b2bpic.net/free-photo/data-matrix-abstract_23-2149033333.jpg" }, + { id: "s5", name: "Cloud Model Hosting", price: "From $299/mo", imageSrc: "https://img.b2bpic.net/free-photo/cloud-computing-technology_23-2149168925.jpg" }, + { id: "s6", name: "Strategy Consulting", price: "$250/hr", imageSrc: "https://img.b2bpic.net/free-photo/business-strategy-meeting_23-2148911295.jpg" }, ]} - title="Our HVAC Solutions" - description="From complete system installations to routine seasonal maintenance, we cover every aspect of residential climate control." + title="Core Solutions" + description="Tailored AI engineering services built to scale your infrastructure and maximize operational efficiency." />
@@ -219,49 +104,40 @@ export default function LandingPage() {
- +
); -} +} \ No newline at end of file