"use client"; import Image from "next/image"; import Link from "next/link"; import { useRef } from "react"; import { HeroDotCanvas } from "./HeroDotCanvas"; export function HeroSection() { const sectionRef = useRef(null); return (
{/* Background Graphic & Curve (back_4178_60221: x: 32, y: 230, w: 1856, h: 566) */}
{/* Interactive Canvas Dots */}
{/* Particle Starfield Lights (Light_4178_61305 & Light_4178_61255) */}
{/* Left Floating 3D Shape (Object_4178_61355: x: 479, y: 436, w: 56, h: 56) */}
{/* Right Floating 3D Shape (Object_4178_61358: x: 1397, y: 458, w: 48, h: 48) */}
{/* Central Hero Content Container (Container_4178_61361: x: 609, y: 176, w: 703, h: 349) */}
{/* Top Pill Badge (Frame_2095586179_4178_61362: w: 95, h: 43, layoutMode: NONE) */}
{/* Ellipse 1071 Glow Aura (Ellipse_1071_4178_61367: x: 29, y: -5, w: 31.25, h: 30.24) */}
{/* Star Sphere Icon (3_4178_61363: x: 33.5, y: 0, w: 28, h: 28) */}
{/* Badge Glass Pill (Header_4178_61368: x: 0, y: 20, w: 95, h: 24, radius: 24) */}
Team By . Ai
{/* Typography Heading & Subtitle (text_4178_61370: w: 703, h: 194) */}
{/* Vector Typography Heading */}

AI-Powered Management for Team Leads.

{/* Subtitle (Subtitle_4178_61381: 16px / 24px line height, #b8cae5) */}

TeamBy unifies your work and uses AI to optimize workflows, meetings, and costs—so you can manage smarter without chasing updates.

{/* Hero CTA Button (Button_4178_61382: w: 173, h: 48, radius: 12) */}
See In Action
); }