@extends('layouts.app') @section('title', 'About Us | Data Intellec') @section('description', 'Data Intellec builds BI, AI-over-BI, AI agents, and decision-support systems around the business decisions teams actually need to make.') @push('styles') @endpush @section('content') @php $workflow = [ [ 'step' => '01', 'title' => 'Find the blocked decision', 'text' => 'We map where a team is stuck waiting on numbers or approval.', 'image' => '/images/work/1.webp', ], [ 'step' => '02', 'title' => 'Unify the signal', 'text' => 'We unify ops, commercial, and finance data into one trusted view.', 'image' => '/images/work/3.webp', ], [ 'step' => '03', 'title' => 'Add the intelligence layer', 'text' => 'We layer in AI for forecasting and anomaly detection.', 'image' => '/images/work/2.webp', ], [ 'step' => '04', 'title' => 'Shape the handoff', 'text' => 'The build fits the team — exec view, dashboard, or partner rollout.', 'image' => '/images/work/4.webp', ], ]; $focusPanels = [ [ 'title' => 'Real-time BI', 'text' => 'Operational visibility for teams where delay gets expensive fast.', 'href' => route('solutions.real-time-bi'), 'icon' => '/icons/growth.json', 'image' => '/images/solutions/1.webp', 'badge' => '#ffff', ], [ 'title' => 'AI over BI', 'text' => 'Context, explanation, and next-step guidance layered on top of reporting.', 'href' => route('solutions.ai-over-bi'), 'icon' => '/icons/artificial-intelligence.json', 'image' => '/images/solutions/2.webp', 'badge' => '#ffff', ], [ 'title' => 'AI Agents', 'text' => 'Alerts, checks, and routine follow-through built into the workflow itself.', 'href' => route('solutions.ai-agents'), 'icon' => '/icons/chat-bot.json', 'image' => '/images/solutions/3.webp', 'badge' => '#ffff', ], [ 'title' => 'White-label delivery', 'text' => 'Partner-ready BI and AI systems shipped cleanly under your own brand.', 'href' => route('solutions.white-label-services'), 'icon' => '/icons/services.json', 'image' => '/images/solutions/4.webp', 'badge' => '#ffff', ], ]; $products = [ [ 'title' => 'Insight 360X', 'text' => 'A productized analytics layer for Shopify and growth-focused commercial teams.', 'href' => route('products.insight-360x'), 'image' => '/images/products/1.webp', 'cta' => 'Explore Insight 360X', ], [ 'title' => 'DecisionDesk AI', 'text' => 'AI-powered executive decision intelligence for leadership teams.', 'href' => route('products.decisiondesk-ai'), 'image' => '/images/products/2.webp', 'cta' => 'Explore DecisionDesk AI', ], ]; $impactBand = [ [ 'title' => 'Live visibility', 'text' => 'See what changed while it still matters.', ], [ 'title' => 'Faster interpretation', 'text' => 'Understand the movement, not just the chart.', ], [ 'title' => 'Workflow support', 'text' => 'Act inside the flow, not after the fact.', ], [ 'title' => 'Partner-ready delivery', 'text' => 'Built for internal teams or white-label rollout.', ], ]; $team = [ [ 'image' => '/images/team/1.webp', 'name' => 'Rohan Malhotra', 'role' => 'Founder & CEO', 'category' => 'leadership', ], [ 'image' => '/images/team/2.webp', 'name' => 'Ananya Sharma', 'role' => 'Co-Founder & CTO', 'category' => 'leadership', ], [ 'image' => '/images/team/3.webp', 'name' => 'Karan Verma', 'role' => 'Engineering Lead', 'category' => 'engineering', ], [ 'image' => '/images/team/4.webp', 'name' => 'Priya Nair', 'role' => 'Product Designer', 'category' => 'design', ], [ 'image' => '/images/team/5.webp', 'name' => 'Aditya Rao', 'role' => 'Data Engineer', 'category' => 'engineering', ], [ 'image' => '/images/team/6.webp', 'name' => 'Neha Kapoor', 'role' => 'Operations Lead', 'category' => 'operations', ], ]; @endphp

About Data Intellec

We build

Most teams already have dashboards and data. What's missing is a system that turns it into decisions people actually act on — that's the gap we build for.

We turn scattered business signals into clearer action.

We build with teams that need better visibility, faster interpretation, and sharper follow-through around the decisions that actually move the business.

We Turn
Signal
Action

How we work

Shaped around the decision.

Our work tends to span reporting, data foundations, AI logic, and interface design. What keeps it coherent is that every system is anchored to a real business moment someone has to act on.

@foreach ($workflow as $item)
{{ $item['step'] }}

{{ $item['title'] }}

{{ $item['text'] }}

@endforeach

Clearer decisions.
Less reporting drag.

Live visibility, faster interpretation, and sharper follow-through for the moments that actually move the business.

@foreach ($impactBand as $item)

{{ $item['title'] }}

{{ $item['text'] }}

@endforeach

Where we focus

The operating layers where we do our best work.

Some teams need cleaner reporting. Others need interpretation, workflow support, or partner-ready delivery. These are the layers where our work compounds fastest.

@foreach ($focusPanels as $panel) {{ $panel['title'] }} {{ $panel['text'] }} @endforeach

Our products

Two products, built on the same decision layer.

Alongside custom BI/AI builds, we ship two standalone products — ready to plug into how your team already works.

@foreach ($products as $index => $product) {{ $product['title'] }} {{ $product['text'] }} {{ $product['cta'] }} @endforeach

Meet the team

The people building Data Intellec.

01/06

@foreach ([['all', 'All'], ['leadership', 'Leadership'], ['engineering', 'Engineering'], ['design', 'Design'], ['operations', 'Operations']] as $index => $filter) @endforeach
@foreach ($team as $member)
{{ $member['name'] }}

{{ $member['name'] }}

{{ $member['role'] }}

@endforeach

The point of the company

Turn delayed reporting into decision-ready operating systems.

A lot of organizations already have dashboards, data teams, and reporting routines. What they still lack is a clean path from signal to action. That is the gap we are built to close.

@endsection @push('scripts') @endpush