@extends('layouts.app') @section('title', 'KiruDev Technologies — Engineering the Future') @section('content') {{-- ═══════════════ HERO ═══════════════ --}}
{{-- Subtle dot-grid background --}}
{{-- Blue accent block top-right --}}
{{-- Left content --}}
CAC Registered · Nigeria

We Build Digital
Infrastructure That Scales.

KiruDev Technologies engineers high-performance web apps, fintech payment systems, USSD telecoms solutions, and enterprise cybersecurity — from Nigeria, for the world.

{{-- Stats row --}}
@foreach([['9+','Team Members'],['4','Specializations'],['2','Domains'],['∞','Scale']] as [$n,$l])
{{ $n }}
{{ $l }}
@endforeach
{{-- Right: service cards stack --}}
{{-- ═══════════════ SERVICES ═══════════════ --}}

What We Build

Core Specializations

@foreach([ ['code-bracket-square','Web & Software Dev','We architect scalable web applications, SaaS platforms, and enterprise software tailored to your exact workflows.',['Laravel','React','REST APIs'],'#2d3aff'], ['credit-card','Fintech & Payments','Secure payment gateway integrations, intelligent form design, and financial automation for banks and fintechs.',['Paystack','Flutterwave','KYC'],'#1a7a5e'], ['signal','USSD & Telecom / VTU','Custom USSD menus, automated VTU APIs, and telecoms middleware that reach every mobile user — even offline.',['USSD','VTU','Telecoms'],'#c9a227'], ['shield-check','Cybersecurity & QA','Rigorous penetration testing, vulnerability assessments, and end-to-end QA to ensure your systems are bulletproof.',['Pen Testing','OWASP','QA'],'#dc2626'], ] as [$icon,$title,$desc,$tags,$clr])
@if($icon==='code-bracket-square') @elseif($icon==='credit-card') @elseif($icon==='signal') @else @endif

{{ $title }}

{{ $desc }}

@foreach($tags as $tag){{ $tag }}@endforeach
@endforeach
{{-- ═══════════════ FEATURED PORTFOLIO ═══════════════ --}} @if($featuredProjects->count())

What We've Shipped

Featured Projects

@foreach($featuredProjects as $p)
@if($p->cover_image) {{ $p->title }} @else {{ substr($p->title,0,1) }} @endif
{{ ucfirst($p->category) }} @if($p->completed_at){{ $p->completed_at->format('M Y') }}@endif

{{ $p->title }}

{{ Str::limit($p->summary, 100) }}

View Case Study
@endforeach
@endif {{-- ═══════════════ TEAM PREVIEW ═══════════════ --}}

The People

Meet the Team

@php $deptColors = ['executive'=>'indigo','technical'=>'blue','marketing'=>'emerald','support'=>'amber']; $deptLabels = ['executive'=>'Executive Management','technical'=>'Technical & Security','marketing'=>'Marketing & Growth','support'=>'Customer Care & Support']; @endphp @foreach($team as $dept => $members)

{{ $deptLabels[$dept] ?? ucfirst($dept) }}

@endforeach
{{-- ═══════════════ LATEST BLOG ═══════════════ --}} @if($latestPosts->count())

Insights & Updates

Latest from the Blog

@foreach($latestPosts as $post)
@if($post->cover_image)
{{ $post->title }}
@endif
@if($post->category){{ $post->category }}@endif {{ $post->read_time }} min read

{{ $post->title }}

{{ Str::limit($post->excerpt, 100) }}

@if($post->author) By {{ $post->author->name }} @endif Read →
@endforeach
@endif {{-- ═══════════════ CONTACT ═══════════════ --}}

Get in Touch

Let's Build Something Extraordinary.

Share your project brief and our technical team will respond within 24 hours with a tailored proposal.

@foreach([['🌐','Corporate','kirudevtechnologies.com'],['⚙️','Infrastructure','kirudev.net.ng (ops/API)'],['✅','Status','CAC Registered · Nigeria']] as [$ico,$label,$val])
{{ $ico }}

{{ $label }}

{{ $val }}

@endforeach
@if(session('success'))

{{ session('success') }}

@endif @if($errors->any())

Please fix the following:

    @foreach($errors->all() as $err)
  • {{ $err }}
  • @endforeach
@endif
@csrf
@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('service')

{{ $message }}

@enderror
@error('message')

{{ $message }}

@enderror

CSRF protected · 24hr response

@endsection