Files
5493d804-3e65-4d11-9f90-adb…/src/app/page.tsx
2026-03-06 13:43:07 +00:00

293 lines
21 KiB
TypeScript

"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial";
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven";
import BlogCardThree from "@/components/sections/blog/BlogCardThree";
import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import FaqBase from "@/components/sections/faq/FaqBase";
import ContactFaq from "@/components/sections/contact/ContactFaq";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import { Shield, Briefcase, Zap, Award, TrendingUp, MessageCircle, HelpCircle, Phone } from "lucide-react";
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="shift-hover"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="smallMedium"
sizing="medium"
background="blurBottom"
cardStyle="solid"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
headingFontWeight="medium"
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Aapit"
navItems={[
{ name: "Services", id: "services" },
{ name: "Projects", id: "case-studies" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
button={{ text: "Get Started", href: "contact" }}
animateOnLoad={true}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitTestimonial
title="Enterprise Infrastructure Installed Right"
description="Aapit delivers CCTV, networking, and server solutions built for performance and security. From design through deployment, we handle your infrastructure complexity with proven expertise and minimal downtime."
tag="B2B Infrastructure Solutions"
tagIcon={Shield}
tagAnimation="slide-up"
buttons={[
{ text: "View Our Projects", href: "case-studies" },
{ text: "Schedule Consultation", href: "contact" },
]}
buttonAnimation="slide-up"
background={{ variant: "glowing-orb" }}
imageSrc="http://img.b2bpic.net/free-photo/male-electrician-uniform-working-switchboard-electricity_169016-67823.jpg"
imageAlt="Enterprise infrastructure installation"
mediaAnimation="blur-reveal"
imagePosition="right"
testimonials={[
{
name: "Michael Chen", handle: "IT Director, TechCorp", testimonial: "Aapit transformed our infrastructure setup. Professional, efficient, and delivered on time.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/nice-young-man-sitting-cafe-table-watching-menu-make-order-restaurant-customer-business-lunch_639032-2871.jpg?_wi=1"},
{
name: "Sarah Johnson", handle: "Facilities Manager, InnovateLab", testimonial: "The integration of all our systems was seamless. Minimal disruption to operations.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-industrial-plant-shareholder-conducting-research_482257-126673.jpg?_wi=1"},
{
name: "David Kumar", handle: "CTO, GrowthCo", testimonial: "Best infrastructure deployment we've experienced. Highly recommended for enterprises.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/employee-company-businessman-business-senior_1262-2862.jpg?_wi=1"},
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}
/>
</div>
<div id="about" data-section="about">
<MetricSplitMediaAbout
tag="About Aapit"
tagIcon={Briefcase}
tagAnimation="slide-up"
title="Infrastructure Expertise You Can Trust"
description="With over a decade of experience, Aapit has become the trusted partner for midsized enterprises seeking integrated CCTV, networking, and server infrastructure solutions. We combine technical precision with business acumen to deliver deployments that enhance security, performance, and operational continuity."
metrics={[
{ value: "500+", title: "Enterprise Clients Served" },
{ value: "99.9%", title: "On-Time Delivery Rate" },
]}
imageSrc="http://img.b2bpic.net/free-photo/team-businesspeople-meeting_23-2148824861.jpg"
imageAlt="Aapit infrastructure expertise team"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="services" data-section="services">
<FeatureCardTwentySeven
title="Core Infrastructure Services"
description="Comprehensive solutions tailored to enterprise security and performance requirements"
tag="Our Services"
tagIcon={Zap}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
features={[
{
id: "cctv", title: "CCTV & Surveillance", description: "Enterprise-grade surveillance systems with seamless integration, advanced analytics, and 24/7 monitoring capabilities designed for high-security environments.", imageSrc: "http://img.b2bpic.net/free-photo/indian-employee-collecting-transmitting-information-couriers_482257-89008.jpg", imageAlt: "Professional CCTV installation"},
{
id: "networking", title: "Structured Networking", description: "Fiber-optic and copper infrastructure designed for scalability, redundancy, and peak performance. CAT6/CAT7 cabling with future-proof architecture.", imageSrc: "http://img.b2bpic.net/free-photo/technician-doing-yearly-checkup-using-tablet-preserve-data-center-electronics_482257-122252.jpg?_wi=1", imageAlt: "Advanced networking infrastructure"},
{
id: "servers", title: "Server Infrastructure", description: "Enterprise server deployment, virtualization, and cloud integration. Fault-tolerant designs with automatic failover and disaster recovery capabilities.", imageSrc: "http://img.b2bpic.net/free-photo/data-center-system-administrators-setting-up-machine-learning-systems_482257-125816.jpg", imageAlt: "Server infrastructure setup"},
{
id: "integration", title: "System Integration", description: "Seamless integration of CCTV, networking, and servers into unified infrastructure. Centralized management and monitoring dashboards for operational efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/technician-doing-yearly-checkup-using-tablet-preserve-data-center-electronics_482257-122252.jpg?_wi=2", imageAlt: "Integrated infrastructure systems"},
]}
/>
</div>
<div id="case-studies" data-section="case-studies">
<BlogCardThree
title="Featured Projects"
description="Real-world infrastructure deployments showcasing our expertise across industries"
tag="Case Studies"
tagIcon={Award}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
blogs={[
{
id: "case-1", category: "Manufacturing", title: "Manufacturing Facility: Complete Security Overhaul", excerpt: "Deployed integrated CCTV, access control, and networking infrastructure across 200,000 sq ft facility. Result: 95% faster incident response and zero unauthorized access.", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-using-machinery-juice-factory_107420-96039.jpg?_wi=1", imageAlt: "Manufacturing facility infrastructure", authorName: "Aapit Team", authorAvatar: "http://img.b2bpic.net/free-photo/nice-young-man-sitting-cafe-table-watching-menu-make-order-restaurant-customer-business-lunch_639032-2871.jpg", date: "Jan 2025"},
{
id: "case-2", category: "Financial", title: "Financial Services: Enterprise Network Migration", excerpt: "Migrated legacy infrastructure to modern fiber-optic network with zero downtime. Enhanced security protocols and 40% bandwidth increase. Completed on schedule.", imageSrc: "http://img.b2bpic.net/free-photo/analyzing-results-expert-study_1098-14778.jpg", imageAlt: "Financial infrastructure network", authorName: "Aapit Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-smiling-industrial-plant-shareholder-conducting-research_482257-126673.jpg", date: "Dec 2024"},
{
id: "case-3", category: "Healthcare", title: "Healthcare Network: HIPAA-Compliant Infrastructure", excerpt: "Built encrypted network infrastructure with redundant servers and backup systems. Achieved HIPAA compliance with 99.95% uptime SLA.", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-using-machinery-juice-factory_107420-96039.jpg?_wi=2", imageAlt: "Healthcare infrastructure deployment", authorName: "Aapit Team", authorAvatar: "http://img.b2bpic.net/free-photo/employee-company-businessman-business-senior_1262-2862.jpg", date: "Nov 2024"},
]}
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardTen
title="Infrastructure Excellence"
description="Key performance indicators demonstrating our commitment to quality and reliability"
tag="Our Impact"
tagIcon={TrendingUp}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
metrics={[
{
id: "1", title: "Average Project Completion", subtitle: "Enterprise infrastructure deployments", category: "Timeline", value: "3-6 weeks"},
{
id: "2", title: "System Uptime Guarantee", subtitle: "Post-deployment support and monitoring", category: "Reliability", value: "99.9% SLA"},
{
id: "3", title: "Infrastructure Scalability", subtitle: "Built for enterprise growth", category: "Performance", value: "500+ seats"},
{
id: "4", title: "Security Compliance", subtitle: "Industry standards and certifications", category: "Security", value: "ISO 27001"},
{
id: "5", title: "Client Retention Rate", subtitle: "Long-term partnership success", category: "Trust", value: "94%"},
{
id: "6", title: "On-Site Support", subtitle: "24/7 technical assistance available", category: "Support", value: "24/7/365"},
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
title="What Enterprise Leaders Say"
description="Trusted by IT directors and facility managers at leading organizations"
tag="Client Testimonials"
tagIcon={MessageCircle}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
showRating={true}
testimonials={[
{
id: "1", name: "Michael Chen", handle: "IT Director, TechCorp", testimonial: "Aapit's infrastructure deployment was exactly what we needed. Their team understood our requirements perfectly and executed flawlessly. Outstanding professionalism.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/nice-young-man-sitting-cafe-table-watching-menu-make-order-restaurant-customer-business-lunch_639032-2871.jpg?_wi=2"},
{
id: "2", name: "Sarah Johnson", handle: "Facilities Manager, InnovateLab", testimonial: "The CCTV and networking integration was seamless. Minimal disruption to our daily operations. Aapit goes above and beyond.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-industrial-plant-shareholder-conducting-research_482257-126673.jpg?_wi=2"},
{
id: "3", name: "David Kumar", handle: "CTO, GrowthCo", testimonial: "Best infrastructure partner we've worked with. Technical expertise combined with business acumen. Highly recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/employee-company-businessman-business-senior_1262-2862.jpg?_wi=2"},
{
id: "4", name: "Emily Rodriguez", handle: "Operations Director, StartupXYZ", testimonial: "The entire process was transparent and well-managed. Our infrastructure is now robust, secure, and ready for enterprise growth.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg"},
{
id: "5", name: "James Wilson", handle: "VP IT, ManufactureCo", testimonial: "Aapit delivered a complete infrastructure overhaul within our tight timeline. Their expertise in enterprise solutions is unmatched.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/nice-young-man-sitting-cafe-table-watching-menu-make-order-restaurant-customer-business-lunch_639032-2871.jpg?_wi=3"},
{
id: "6", name: "Lisa Anderson", handle: "Security Manager, FinanceInc", testimonial: "Security, reliability, and performance. Aapit checked every box. We trust them completely with our infrastructure.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-industrial-plant-shareholder-conducting-research_482257-126673.jpg?_wi=3"},
]}
/>
</div>
<div id="faq" data-section="faq">
<FaqBase
title="Frequently Asked Questions"
description="Common questions about our infrastructure services and deployment process"
tag="FAQ"
tagIcon={HelpCircle}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
faqsAnimation="slide-up"
faqs={[
{
id: "1", title: "How long does a typical infrastructure deployment take?", content: "Most enterprise deployments take 3-6 weeks depending on complexity and size. We minimize downtime through strategic phased implementation. Initial consultation and planning takes 1-2 weeks before deployment begins."},
{
id: "2", title: "What happens if issues arise after deployment?", content: "We provide 24/7/365 support with guaranteed 2-hour response time for critical issues. Most problems are resolved remotely. On-site support available for complex infrastructure needs. Post-deployment support included for first 90 days."},
{
id: "3", title: "Can you integrate with our existing systems?", content: "Yes, we specialize in seamless integration with legacy systems. Our team assesses compatibility during the planning phase and manages migration with zero downtime. We support integration with most enterprise platforms."},
{
id: "4", title: "What security standards do you comply with?", content: "We maintain ISO 27001 certification and comply with industry standards including NIST, HIPAA, PCI-DSS, and SOC 2. Our infrastructure designs meet or exceed all enterprise security requirements. Full documentation provided for audit purposes."},
{
id: "5", title: "Do you offer training for our IT team?", content: "Yes, comprehensive training is included. We provide hands-on training for your team on system management, monitoring, and maintenance. Documentation and ongoing support resources available."},
{
id: "6", title: "What's your uptime guarantee?", content: "We guarantee 99.9% uptime (SLA) post-deployment with automatic failover systems and redundant infrastructure. Infrastructure designed with high availability as core principle."},
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactFaq
ctaTitle="Ready to Transform Your Infrastructure?"
ctaDescription="Let's discuss how Aapit can streamline your CCTV, networking, and server infrastructure. Schedule a consultation with our infrastructure experts."
ctaButton={{ text: "Schedule Free Consultation", href: "https://calendly.com/aapit" }}
ctaIcon={Phone}
useInvertedBackground={false}
animationType="slide-up"
faqs={[
{
id: "1", title: "What's included in a consultation?", content: "A 30-minute call with our infrastructure specialists to assess your needs, discuss current challenges, and outline a customized deployment plan with timeline and investment."},
{
id: "2", title: "Do you work with companies of all sizes?", content: "We focus on midsized enterprises (50-500 employees) requiring integrated infrastructure solutions. We have experience across manufacturing, finance, healthcare, and technology sectors."},
{
id: "3", title: "What's the typical investment range?", content: "Infrastructure investments vary by scope. Most deployments range from $50K to $500K depending on facility size and complexity. Detailed quote provided after assessment."},
{
id: "4", title: "Can you handle emergency infrastructure issues?", content: "Yes, we offer emergency response services for critical infrastructure failures. Priority support available 24/7 for existing clients with maintenance agreements."},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="Aapit"
columns={[
{
title: "Services", items: [
{ label: "CCTV & Surveillance", href: "#services" },
{ label: "Structured Networking", href: "#services" },
{ label: "Server Infrastructure", href: "#services" },
{ label: "System Integration", href: "#services" },
],
},
{
title: "Company", items: [
{ label: "About", href: "#about" },
{ label: "Projects", href: "#case-studies" },
{ label: "Testimonials", href: "#testimonials" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Resources", items: [
{ label: "FAQ", href: "#faq" },
{ label: "Infrastructure Guide", href: "#" },
{ label: "Security Standards", href: "#" },
{ label: "Blog", href: "#" },
],
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Compliance", href: "#" },
{ label: "Certifications", href: "#" },
],
},
]}
copyrightText="© 2025 Aapit Infrastructure Solutions. All rights reserved."
/>
</div>
</ThemeProvider>
);
}