@extends('layouts.modern') @section('content')
{{ setting('landing_hero_subtitle', 'NEW ARRIVAL • SUMMER 2024') }}

{{ setting('landing_hero_title', 'Elevate Your Reality.') }}

{{ setting('landing_hero_description', 'Experience the pinnacle of craftsmanship. We bring you a curated selection of premium goods designed for the modern individual.') }}

@for($i=1; $i<=3; $i++)

{{ setting('landing_stats_' . $i . '_value', $i == 1 ? '50k+' : ($i == 2 ? '99.9%' : '24/7')) }}

{{ setting('landing_stats_' . $i . '_label', $i == 1 ? 'Global Sales' : ($i == 2 ? 'Satisfaction' : 'Concierge')) }}

@endfor
Modern Hero
Editor's Choice Vol. 24

Sustainable Innovation

Crafted from earth-friendly materials without compromising on elegance.

Discover.

Kategori Pilihan

@foreach($categories->take(3) as $category) {{ $category->name }}
Explore Category

{{ $category->name }}

@endforeach

Handpicked Essentials for Your Collection.

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

{{ $product->category->name }}

{{ $product->name }}

Rp {{ number_format($product->price, 0, ',', '.') }} @if($product->price_was) Rp {{ number_format($product->price_was, 0, ',', '.') }} @endif
@endforeach

{{ setting('landing_about_title', 'Uncompromising Standard.') }}

@for($i=1; $i<=3; $i++) @if(setting('landing_feature_' . $i . '_title'))

{{ setting('landing_feature_' . $i . '_title') }}

{{ setting('landing_feature_' . $i . '_desc') }}

@endif @endfor

98%

Loyal Customers

24h

Fast Delivery

@endsection