Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 432a957a90 | |||
| 80bc5169ed | |||
| 1b57737445 |
239
src/app/page.tsx
239
src/app/page.tsx
@@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
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 HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
@@ -29,71 +29,28 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "hero" },
|
||||||
name: "Home",
|
{ name: "Capabilities", id: "features" },
|
||||||
id: "hero",
|
{ name: "Solutions", id: "services" },
|
||||||
},
|
{ name: "Contact", id: "contact" },
|
||||||
{
|
|
||||||
name: "Services",
|
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Testimonials",
|
|
||||||
id: "testimonials",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="ClimateMaster HVAC"
|
brandName="NexusAI Systems"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardRotatedCarousel
|
<HeroBillboardRotatedCarousel
|
||||||
background={{
|
background={{ variant: "sparkles-gradient" }}
|
||||||
variant: "sparkles-gradient",
|
title="Architecting the Future of Intelligence."
|
||||||
}}
|
description="Deploy scalable AI solutions that transform your business operations with autonomous agents and predictive analytics."
|
||||||
title="Your Comfort, Our Commitment."
|
buttons={[{ text: "Explore Capabilities", href: "#features" }]}
|
||||||
description="Professional HVAC solutions for your home and business. We provide expert installation, maintenance, and 24/7 emergency repair services to keep your environment perfect year-round."
|
|
||||||
buttons={[
|
|
||||||
{
|
|
||||||
text: "Get a Free Estimate",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
carouselItems={[
|
carouselItems={[
|
||||||
{
|
{ id: "1", imageSrc: "https://img.b2bpic.net/free-photo/technology-background-with-ai-neural-network_23-2149021871.jpg", imageAlt: "Neural network" },
|
||||||
id: "1",
|
{ id: "2", imageSrc: "https://img.b2bpic.net/free-photo/abstract-technology-background_23-2148408092.jpg", imageAlt: "Tech data" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-refilling-air-conditione-freon_482257-85114.jpg",
|
{ id: "3", imageSrc: "https://img.b2bpic.net/free-photo/digital-transformation-concept_23-2149176317.jpg", imageAlt: "Digital shift" },
|
||||||
imageAlt: "Technician inspecting unit",
|
{ id: "4", imageSrc: "https://img.b2bpic.net/free-photo/ai-chip-artificial-intelligence-future-technology_1122-1550.jpg", imageAlt: "AI Chip" },
|
||||||
},
|
{ id: "5", imageSrc: "https://img.b2bpic.net/free-photo/cyberspace-data-network_23-2148714081.jpg", imageAlt: "Network" },
|
||||||
{
|
{ id: "6", imageSrc: "https://img.b2bpic.net/free-photo/digital-art-with-binary-code_23-2149156427.jpg", imageAlt: "Binary data" },
|
||||||
id: "2",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17657.jpg",
|
|
||||||
imageAlt: "Outdoor condenser",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/person-holding-smartphone-with-home-automation-app_23-2149036823.jpg",
|
|
||||||
imageAlt: "Smart thermostat",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281309.jpg",
|
|
||||||
imageAlt: "Air duct system",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-refrigerant-manifold-gauges_482257-90522.jpg?_wi=1",
|
|
||||||
imageAlt: "Manifold gauge check",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "6",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/white-metallic-building-pipes_250224-254.jpg",
|
|
||||||
imageAlt: "Indoor cooling unit",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -103,27 +60,12 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{ 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: "Precision Diagnosis",
|
{ 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" },
|
||||||
description: "Our experts use advanced digital scanners to pinpoint issues instantly, saving you time and money.",
|
{ 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" },
|
||||||
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="Why Choose ClimateMaster?"
|
title="Powered by NexusAI"
|
||||||
description="We blend technical expertise with superior customer service to ensure your home or office stays comfortable in any season."
|
description="We provide the core engine that enables businesses to innovate faster, smarter, and with complete confidence."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -134,84 +76,27 @@ export default function LandingPage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{ id: "s1", name: "Enterprise Model Training", price: "Custom Quote", imageSrc: "https://img.b2bpic.net/free-photo/server-room-datacenter_23-2149257008.jpg" },
|
||||||
id: "p1",
|
{ id: "s2", name: "LLM Integration Suite", price: "From $4,999", imageSrc: "https://img.b2bpic.net/free-photo/software-development-code_23-2149176465.jpg" },
|
||||||
name: "Air Purification Systems",
|
{ id: "s3", name: "AI Workflow Automation", price: "From $1,299", imageSrc: "https://img.b2bpic.net/free-photo/automated-business-process_23-2148962650.jpg" },
|
||||||
price: "From $599",
|
{ id: "s4", name: "Data Vectorization", price: "From $899", imageSrc: "https://img.b2bpic.net/free-photo/data-matrix-abstract_23-2149033333.jpg" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/ceiling-glass-wall_1127-2092.jpg",
|
{ id: "s5", name: "Cloud Model Hosting", price: "From $299/mo", imageSrc: "https://img.b2bpic.net/free-photo/cloud-computing-technology_23-2149168925.jpg" },
|
||||||
imageAlt: "Air purifier",
|
{ id: "s6", name: "Strategy Consulting", price: "$250/hr", imageSrc: "https://img.b2bpic.net/free-photo/business-strategy-meeting_23-2148911295.jpg" },
|
||||||
},
|
|
||||||
{
|
|
||||||
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",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our HVAC Solutions"
|
title="Core Solutions"
|
||||||
description="From complete system installations to routine seasonal maintenance, we cover every aspect of residential climate control."
|
description="Tailored AI engineering services built to scale your infrastructure and maximize operational efficiency."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardFifteen
|
<TestimonialCardFifteen
|
||||||
useInvertedBackground={false}
|
testimonial="Integrating NexusAI reduced our operational overhead by 40% in just three months. Their engineering support is world-class."
|
||||||
testimonial="ClimateMaster saved my office during the hottest month of the year. Fast, professional, and very clean work. Highly recommended for any cooling installation."
|
|
||||||
rating={5}
|
rating={5}
|
||||||
author="Sarah Jenkins, Local Office Owner"
|
author="Alex Rivera, CTO @ FinTech Solutions"
|
||||||
avatars={[
|
avatars={[{ src: "https://img.b2bpic.net/free-photo/portrait-smiling-business-woman_23-2148815340.jpg", alt: "Alex R." }]}
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/upper-angle-view-happy-beautiful-woman-holding-smartphone-sitting-home-having-break-from-work_1258-199926.jpg",
|
|
||||||
alt: "Client 1",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/blond-ethnic-coworkers-working-with-laptop_23-2148180691.jpg",
|
|
||||||
alt: "Client 2",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/closeup-cheerful-middleaged-man-smiling-happy-satisfied-showing-thumbsup-expressing-approval_1258-130248.jpg",
|
|
||||||
alt: "Client 3",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/female-male-workers-wearing-work-clothes_273609-11132.jpg",
|
|
||||||
alt: "Client 4",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/master-woodworking-shop-giving-worker-protection-gloves_482257-97946.jpg",
|
|
||||||
alt: "Client 5",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
ratingAnimation="blur-reveal"
|
ratingAnimation="blur-reveal"
|
||||||
avatarsAnimation="slide-up"
|
avatarsAnimation="slide-up"
|
||||||
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -219,49 +104,41 @@ export default function LandingPage() {
|
|||||||
<FaqSplitText
|
<FaqSplitText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{ id: "f1", title: "How do we ensure data privacy?", content: "All data processed through NexusAI is encrypted at rest and in transit, with optional on-premise deployment." },
|
||||||
id: "f1",
|
{ id: "f2", title: "What is the timeline for deployment?", content: "Standard integration cycles range from 4 to 12 weeks depending on the complexity of your custom models." },
|
||||||
title: "How often should I service my HVAC system?",
|
{ id: "f3", title: "Do you support legacy systems?", content: "Yes, our abstraction layer allows you to connect modern AI features to existing legacy database infrastructures." },
|
||||||
content: "We recommend professional maintenance twice a year—once before winter and once before summer.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f2",
|
|
||||||
title: "Can you handle emergency weekend repairs?",
|
|
||||||
content: "Yes, our team is available 24/7 to handle critical emergency repairs at any time.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f3",
|
|
||||||
title: "Do you offer financing for installations?",
|
|
||||||
content: "Yes, we provide flexible financing options to make climate comfort accessible for every homeowner.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="Frequently Asked Questions"
|
sideTitle="Technical Inquiries"
|
||||||
sideDescription="Need quick answers? We've compiled the most common questions regarding our HVAC maintenance and installation services."
|
sideDescription="Answers to the most common questions about our deployment processes, security, and integration capabilities."
|
||||||
faqsAnimation="blur-reveal"
|
faqsAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplit
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
title="Architect Your Future"
|
||||||
background={{
|
description="Ready to implement advanced AI? Start your transformation journey with our engineering experts today."
|
||||||
variant: "sparkles-gradient",
|
inputs={[
|
||||||
}}
|
{ name: "name", type: "text", placeholder: "Full Name" },
|
||||||
tag="Get in touch"
|
{ name: "email", type: "email", placeholder: "Corporate Email" }
|
||||||
title="Ready for a Comfort Upgrade?"
|
]}
|
||||||
description="Schedule a free consultation with our expert team and take the first step towards a perfectly controlled home environment."
|
textarea={{ name: "message", placeholder: "Describe your project requirements", rows: 4 }}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367124.jpg"
|
buttonText="Request Consultation"
|
||||||
mediaAnimation="slide-up"
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterCard
|
<FooterBase
|
||||||
logoText="ClimateMaster HVAC"
|
logoText="NexusAI Systems"
|
||||||
copyrightText="© 2025 ClimateMaster HVAC. All rights reserved."
|
columns={[
|
||||||
|
{ title: "Solutions", items: [{ label: "Agents", href: "#" }, { label: "Analytics", href: "#" }] },
|
||||||
|
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }] },
|
||||||
|
{ title: "Support", items: [{ label: "Documentation", href: "#" }, { label: "Status", href: "#" }] }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user