import { tenextButton as TenextButton } from "@/components/shared/Button"; import { IconBox } from "@/components/shared/IconBox"; import { valueProps } from "@/data/site-content"; import { OrbitIcon, FanIcon, CirclesIcon, ExpandIcon, } from "@/components/shared/icons/PossibilityIcons"; export function PossibilitiesSection() { return (
{/* Left Column */}
[ what we do ]

Services that move the business, not just the technology

Tenext Technologies partners with enterprises to engineer, migrate, and scale digital platforms. We integrate solutions with your existing systems and processes to deliver predictable outcomes, lower total cost of ownership, and accelerate time to value.

Explore more

{valueProps.engineering.title}

{valueProps.engineering.description}

{/* Right Column */}
} title="Technology Engineering" description="Full-stack product engineering — architecture, development, and modernization of enterprise applications built to scale." hasBorder={true} theme="light" /> } title="Cloud & Enterprise Platforms" description="Cloud migration, platform engineering, and DevOps that lower total cost of ownership and keep systems reliable." hasBorder={true} theme="light" /> } title="AI & Data Science" description="Data platforms, analytics, and applied AI that turn enterprise data into automation and decision-ready insight." hasBorder={true} theme="light" /> } title="Digital Commerce & Mobility" description="Commerce platforms and enterprise mobile applications that deliver seamless customer and workforce experiences." hasBorder={true} theme="light" />
); }