import React, { useEffect, useRef, useState } from "react" import Navbar from "../../components/Navbar/Navbar.jsx" import Footer from "../../components/Footer/Footer.jsx" import Background from "../../assets/backgrounds/Background.jsx" import { FaBuilding, FaEnvelope, FaHandshake, FaPalette, FaTags, FaUserCheck, FaDollarSign, FaChartLine, FaVideo, FaHandsHelping, FaTrophy, FaChartBar, FaUsers, FaHeadset, } from "react-icons/fa" const Card = ({ icon, label, description, targetId, className }) => { const handleClick = () => { const section = document.getElementById(targetId) if (section) { section.scrollIntoView({ behavior: "smooth" }) } } return (
{icon}

{label}

{description}

) } const SectionContainer = ({ id, title, children }) => { return (

{title}

{children}
) } const CompanyHub = () => { const [visible, setVisible] = useState(false) const sectionRef = useRef(null) useEffect(() => { const observer = new IntersectionObserver( ([entry]) => { if (entry.isIntersecting) setVisible(true) }, { threshold: 0.3 } ) if (sectionRef.current) observer.observe(sectionRef.current) return () => observer.disconnect() }, []) return (
{/* Background fixed behind everything */}
} label="Mit nyújtunk" description="Játékosított tanulási platform cégeknek." targetId="intro" className="bg-gradient-to-br from-pink-500 via-purple-600 to-purple-800" /> } label="Kapcsolat" description="Lépj kapcsolatba velünk vagy kérj ajánlatot!" targetId="contact" className="bg-gradient-to-br from-blue-700 to-blue-500" /> } label="Csatlakozás" description="Legyél partnerünk, és fejlődj velünk!" targetId="join" className="bg-gradient-to-br from-green-700 to-green-500" />
{/* Mit nyújtunk */}
{/* Egyénre szabás */}

Egyénre szabás

  • Testreszabható design és színek
  • Egyedi badge és jutalmazási rendszer
  • Fejlődési útvonalak
{/* Árazás */}

Árazás

  • Kedvezményes csomagok KKV-knak
  • Testreszabott megoldások
  • Nincs rejtett költség
{/* Demó videó */}

Csapatunk videó

{/* Contact + Join Section */}
{/* Contact */}

Kapcsolatfelvétel cégeknek