@extends('layouts.app') @section('title', 'Home') @section('content')
EST 2020

{{ $hero['title'] ?? 'Home For The' }} {{ $hero['highlight'] ?? 'Best Talent' }}

{{ $hero['description'] ?? 'A home where exceptional talents collaborate to push beyond the limit, creating innovative consumer health products.' }}

Total website visitor: {{ number_format($visitors) }}

PARA
EST 2020

Our Story

{{ $about['description'] ?? 'We are known as a local digital marketing company. However, we see our company as a digital technology company that is passionate and full of energy.' }}

Read About Us

Our Products

Our product portfolio in Consumer Health offers supplements and preventive products along with healthy ready-to-drink products.

@foreach ($featuredProducts as $product)
{{ $product->category }}

{{ $product->name }}

{{ \Illuminate\Support\Str::limit($product->description, 110) }}

Learn More
@endforeach
View All Products

Trusted by 20.5 Million Customers

Experience the Power of Our Products

@foreach ($allProducts as $product)
{{ strtoupper(substr($product->name, 0, 2)) }}

{{ $product->name }}

{{ $product->category }}

@endforeach

Our Culture in Work

At ParadigmaDigital, we believe that innovation begins with people.

@php $defaultCulture = [ ['title' => 'Empowerment', 'content' => 'Giving employees trust, responsibility, and autonomy.'], ['title' => 'Religious', 'content' => 'The importance of ethics, morals, and spiritual values in business operations.'], ['title' => 'Human Oriented', 'content' => 'Focus on well-being, development, and happiness of employees.'], ['title' => 'Agile', 'content' => 'Open attitude towards change, experimentation, and adaptive work.'], ]; $cultureItems = !empty($culture) ? $culture : $defaultCulture; @endphp @foreach ($cultureItems as $index => $item)
{{ $index + 1 }}

{{ data_get($item, 'title') }}

{{ data_get($item, 'content') }}

@endforeach

Certifications & Compliance

Ensuring every product meets the highest standards of safety, quality, and integrity.

@php $defaultCerts = [ ['title' => 'BPOM', 'content' => 'Certified by the Indonesian National Agency of Drug and Food Control'], ['title' => 'Halal', 'content' => 'Halal certified for consumer trust and compliance'], ['title' => 'GMP/HACCP', 'content' => 'Good Manufacturing Practice & food safety certified'], ]; $certItems = !empty($certifications) ? $certifications : $defaultCerts; @endphp
@foreach ($certItems as $item)
OK

{{ data_get($item, 'title') }}

{{ data_get($item, 'content') }}

@endforeach

Trusted by 20.5 Million Customers in Indonesia

Experience the Power of Our Products

Siap Bermitra Bersama Kami?

Hubungi kami sekarang untuk konsultasi gratis dan temukan solusi terbaik untuk pertumbuhan bisnis Anda.

@endsection