@extends('home.layout.app') @section('title', 'Home') @section('content')
@if ($hero && $hero->image) Hero Banner @else Hero Banner @endif

ArkAnu
@if (!empty($hero->title)) {!! nl2br(e($hero->title)) !!} @else Where Logistics Meets Simplicity. @endif

{{ $hero->subtitle ?? 'Partner with us for efficient, scalable, and cost-effective logistics solutions!' }}

@if ($hero && $hero->button_text) @endif

About Us

@php $about = $about ?? null; @endphp

{{ $about?->title_red ?? 'ArkAnu Freight' }} {{ $about?->title_black ?? 'Forwarder' }}

{{ $about?->subtitle ?? 'US E-commerce Fulfillment Specialist' }}

{{ $about?->button_text ?? 'QUOTE' }} icon
Warehouse interior

{{ $about?->description ?? 'ArkAnu Freight Forwarder is located in Ontario, part of the Greater Los Angeles area, and has a modern e-commerce logistics center of 80,000 square feet. We focus on providing direct-to-consumer fulfillment services for cross-border e-commerce clients, covering major platforms and delivery to end consumers such as Amazon FBA, Tiktok Shop, self-operated sites, Temu, and more.' }}

@foreach ($aboutServices as $service)
@if ($service->image) {{ $service->title }} @else {{-- Fallback placeholder image if no image uploaded --}} {{ $service->title }} @endif

{{ $service->title }}

@if (is_array($service->list_items) && count($service->list_items) > 0)
    @foreach ($service->list_items as $item)
  • {{ $item }}
  • @endforeach
@endif
@endforeach

ArkAnu Overseas Warehouse 3PL Advantage

QUOTE icon
@forelse($advantages as $index => $advantage)
{{ $advantage->title_red }} {{ $advantage->title_black }}

{{ $advantage->title_red }} {{ $advantage->title_black }}

{{ $advantage->description }}

@if (!$loop->last) @endif @empty

No 3PL advantages available at the moment.

@endforelse

Our Services

@if ($services && $services->count() > 0)
@foreach ($services as $service)
@if ($service->image) {{ $service->title }} Service @else {{ $service->title }} Service @endif
{{ $service->title }}

{{ $service->subtitle }}

{{ $service->button_text ?? 'QUOTE' }} icon
@endforeach
@else

No services available at the moment.

@endif
{{--

Client Testimonials

“Reliable and fast! Since switching to their fulfillment service, our order accuracy has improved significantly, and shipments go out on time, every time.”

Jason Lin

Temu Seller

“Their WMS System Makes Inventory Management Seamless. We Never Have To Worry About Inventory Discrepancies, And The Picking Process Is Very Efficient.”

Emma Chen

Sounor Online Retailer

“Their WMS System Makes Inventory Management Seamless. We Never Have To Worry About Inventory Discrepancies, And The Picking Process Is Very Efficient.”

Emma Chen

Sounor Online Retailer

--}}
@endsection