"use client"; import React from 'react'; import Navbar from '@/components/Navbar/navbar'; import Footer from "@/components/footer"; import { HoverEffect } from '@/components/ui/card-hover-effect'; import { Marquee } from '@/components/ui/marquee'; import { TextGenerateEffect } from "@/components/ui/text-generate-effect"; import { FaListUl, FaSearch, FaArrowsAlt, FaRegFileAlt, FaCalendarAlt, FaChartLine, FaTasks, FaUsers, FaCog, FaRocket, FaLightbulb, FaDatabase, FaUserPlus, FaSitemap } from 'react-icons/fa'; //Added FaUserPlus and FaSitemap import { OrbitingCircles } from '@/components/magicui/orbiting-circles'; const heading = "Strategic HR Teams Employ Everyday to Foster High-Performing Teams"; // Changed Heading const description = "Oversee recruiting pipeline, streamline your onboarding processes, and maintain team alignment as your company evolves."; // Changed Description const features = [ { head: "Streamline New Hire Onboarding", // Changed head desc: "Establish a single source of truth for your HR policies. Organize and update HR information and resources in one place.", // Changed desc button: "Explore tools", buttonColor: "sky-200", image: "https://res.cloudinary.com/zapier-media/image/upload/q_auto/f_auto/v1727809087/Solutions/Marketing/marketing-lp_01_slh5ws.png", link: "#", icon: // Changed Icon }, { head: "Maintain Team Alignment Throughout Hiring", // Changed head desc: "Collaborate on hiring plans, interview requirements, and more to attract and hire top talent.", // Changed desc button: "Get started", buttonColor: "purple-300", image: "https://res.cloudinary.com/zapier-media/image/upload/q_auto/f_auto/v1727809087/Solutions/Marketing/marketing-lp_02_ivu6pd.png", link: "#", icon: // Changed Icon }, { head: "Establish a Single Source of Truth for HR", // Changed head desc: "Organize and update all your HR information and resources in one place, so your team can access what they need.", // Changed desc button: "Unlock now", buttonColor: "amber-200", image: "https://res.cloudinary.com/zapier-media/image/upload/q_auto/f_auto/v1727809091/Solutions/Marketing/marketing-lp_04_liatuw.png", link: "#", icon: // Changed Icon }, { head: "Visualize Your Organization", // Changed head desc: "Visualize your org chart and personnel data to keep your entire company connected and adapt as your team evolves.", // Changed desc button: "See demo", buttonColor: "emerald-200", image: "https://res.cloudinary.com/zapier-media/image/upload/q_auto/f_auto/v1727809091/Solutions/Marketing/marketing-lp_04_liatuw.png", link: "#", icon: // Changed Icon }, { head: "Consolidate All Data in One Place", // Changed head desc: "Integrate with existing tools, add apps to gain valuable insights, and write your own scripts to further customize your workflow.", // Changed desc button: "Learn more", buttonColor: "rose-200", image: "https://res.cloudinary.com/zapier-media/image/upload/q_auto/f_auto/v1727809087/Solutions/Marketing/marketing-lp_02_ivu6pd.png", link: "#", icon: }, { head: "Simplify HR Workflows", // Changed head desc: "Manage everything from your candidate pipeline to your new hire onboarding with Everyday.", // Changed desc button: "View details", buttonColor: "blue-200", image: "https://res.cloudinary.com/zapier-media/image/upload/q_auto/f_auto/v1727809087/Solutions/Marketing/marketing-lp_01_slh5ws.png", link: "#", icon: // Changed Icon } ]; const whyEveryday = [ { title: "Perfect Fit for Strategic HR", // Changed title description: "Everyday streamlines recruiting, onboarding, and team alignment, empowering HR to build high-performing teams efficiently.", // Changed Description icon: }, { title: "Streamline Onboarding", // Changed title description: "Simplify the onboarding process for new hires, ensuring they have all the resources and information they need from day one.", // Changed Description icon: }, { title: "Visualize Your Organization", // Changed title description: "Gain a comprehensive view of your organization with org charts and personnel data to adapt quickly as your team evolves.", // Changed Description icon: // Changed Icon }, { title: "Centralize HR Policies", // Changed title description: "Establish a single source of truth for HR policies, making it easy for employees to access and stay informed.", // Changed Description icon: } ]; const detailedFeatures = [ { title: "Recruiting Pipeline Management", // Changed title description: "Oversee the entire recruiting process from application to offer, ensuring a smooth and efficient experience.", // Changed Description subFeature: "Track candidates, manage interviews, and streamline communication with potential hires.", // Changed subFeature icon: // Changed Icon }, { title: "Streamlined Onboarding", // Changed title description: "Simplify the onboarding process with automated tasks, document management, and new hire resources.", // Changed Description subFeature: "Ensure new hires are fully equipped and integrated into the team from day one.", // Changed subFeature icon: }, { title: "HR Knowledge Base", // Changed title description: "Create a centralized repository for all HR policies, procedures, and employee resources.", // Changed Description subFeature: "Make it easy for employees to find the information they need, when they need it.", // Changed subFeature icon: }, { title: "Team Alignment and Collaboration", // Changed title description: "Foster collaboration and alignment across teams with tools for communication, goal setting, and performance tracking.", // Changed Description subFeature: "Keep everyone on the same page and working towards common objectives.", // Changed subFeature icon: } ]; const words = `"Everyday has revolutionized our HR processes. From streamlining onboarding to ensuring team alignment, it's the perfect solution for building a high-performing organization."`; // Changed Testimonial export default function HRHub() { // Changed function name return (
{/* Hero Section */}

{heading}

{description}

{/* Integration Hub */}

Connect Your HR Tools

With Everyday, you can easily connect and synchronize data from your HRIS, applicant tracking systems, performance management platforms, and more, creating a comprehensive and efficient workflow tailored to your HR team's needs.

{/* Why Everyday Section */}

Why Everyday is the Perfect Fit for HR Teams

{whyEveryday.map((item, index) => (
{item.icon}

{item.title}

{item.description}

))}
{/* Features Grid */}

All Features

Everything you need to optimize your HR workflows in one powerful platform

{features.map((feature, index) => (
{feature.icon}

{feature.head}

{feature.desc}

{feature.button}
))}
{/* Testimonial */}
★★★★★

— Michael Scott, Regional Manager

{/* Detailed Features */}

Powerful Features for Modern HR Teams

{detailedFeatures.map((feature, index) => (
{feature.icon}

{feature.title}

{feature.description}

{feature.subFeature}

))}
{/* Use Cases Section - Replacing Marketplace */}

Manage Your Crucial HR Workflows

Manage everything from your candidate pipeline to your new hire onboarding with Everyday. Kickstart with pre-made templates, and customize them to fit your exact needs.

{/* Example Use Cases - Adapt Icons and Descriptions Accordingly */}

Applicant Tracker

Efficiently track and manage job applicants from initial application to offer.

Explore

HR Knowledge Base

Create a centralized and easily accessible repository for all HR policies and resources.

Explore

Employee Onboarding

Streamline the onboarding process for new hires with automated tasks and document management.

Explore
{/* CTA Section */}

Ready to Transform Your HR Workflow?

Join HR teams who have revolutionized their processes with Everyday.

); } const Icons = { salesforce: () => ( ), hubspot: () => ( ), slack: () => ( ), zoom: () => ( ), linkedin: () => ( ), };