@extends('layouts.app') @section('title', 'Our Story') @section('content') {{-- Page hero --}}

Our story

From our family farm to your daily ritual

Divne began with a simple belief — that honest, farm-fresh ingredients make the best skincare. Every batch is made slowly, tested rigorously and shipped fresh from our workshop.

{{-- Story split --}}
Illustration of our farm at sunrise

How it started

A goat farm, a kitchen and one stubborn idea

It started on a small family farm, where fresh goat milk was an everyday staple. When store-bought products kept irritating our founder's sensitive skin, she went back to what generations before her had trusted — milk, cold-pressed oils and time-tested botanicals.

The first batches were mixed in a home kitchen and shared with neighbours. Word travelled. Today, that same care goes into every jar, bottle and bar we make — small batches, fresh ingredients, and formulations tested for Indian skin and Indian weather.

Shop Our Products
{{-- Values --}}
@foreach ([ ['icon' => 'leaf', 'title' => 'Farm-Fresh First', 'text' => 'Milk from our own farm, botanicals from partner growers we know by name.'], ['icon' => 'shield', 'title' => 'Clinically Tested', 'text' => 'Every formulation is dermatologically tested and safety assessed before launch.'], ['icon' => 'droplet', 'title' => 'No Nasties', 'text' => 'Free from sulphates, parabens, silicones, mineral oil and artificial fragrance.'], ['icon' => 'heart', 'title' => 'Cruelty-Free', 'text' => 'Never tested on animals. Our goats are family — pampered, not prodded.'], ] as $value)

{{ $value['title'] }}

{{ $value['text'] }}

@endforeach
{{-- Stats --}}
@foreach ([ ['value' => '5,00,000+', 'label' => 'Happy customers'], ['value' => '40+', 'label' => 'Small-batch products'], ['value' => '120+', 'label' => 'Goats on our farm'], ['value' => '4.8/5', 'label' => 'Average rating'], ] as $stat)

{{ $stat['value'] }}

{{ $stat['label'] }}

@endforeach
{{-- Founder quote --}}
“Skincare shouldn't be a chemistry exam. If you wouldn't put it on a child's skin, we won't put it in a jar.”

— Founder, Divne

{{-- CTA --}}

Ready to meet your skin's new favourites?

Start with our bestsellers — loved by half a million customers across India.

@endsection