import { HeroImageScene } from "@/components/sections/HeroImageScene"; import { ScrollDown } from "@/components/shared/ScrollDown"; export function HeroSection() { return (
{/* Scroll Down button — vertical, left side */}
{/* Hero container with background */}
{/* Hero content */}
{/* Heading */}

Engineering predictable outcomes from your digital investments

{/* Subtitle */}

Tenext helps enterprises transform with cloud, data, AI, and product engineering — built to lower total cost of ownership and accelerate time to value.

{/* CTA Button */}
{/* Scroll anchor */}
); }