We're here to help
Get in Touch
Questions about an order, your skin, or which product to start with? Our team replies within one working day.
{{-- Contact cards --}}
@foreach ([
['icon' => 'mail', 'title' => 'Email Us', 'line1' => 'care@divne.example', 'line2' => 'Replies within 24 hours'],
['icon' => 'phone', 'title' => 'Call / WhatsApp', 'line1' => '+91 98765 43210', 'line2' => 'Mon–Sat, 9:30 am – 6:30 pm IST'],
['icon' => 'map-pin', 'title' => 'Visit Us', 'line1' => '12, Green Valley Road', 'line2' => 'Coimbatore, Tamil Nadu 641001'],
] as $card)
{{ $card['title'] }}
{{ $card['line1'] }}
{{ $card['line2'] }}
@endforeach
{{-- Form + FAQ --}}