@extends('layouts.app') @section('title', 'Farm-Fresh Natural Skincare & Personal Care') @section('content') {{-- Hero slider --}}
@php $slides = [ [ 'eyebrow' => 'Farm-Fresh Skincare', 'title' => 'Pure Saffron & Goat Milk Glow', 'text' => 'Handcrafted formulations infused with Kashmiri Saffron and farm-fresh Goat Milk for 24-hour hydration and radiant skin.', 'cta' => 'Shop Saffron Collection', 'url' => route('shop', 'moisturisers'), 'image' => 'images/hero-banner-1.png' ], [ 'eyebrow' => 'Botanical Haircare', 'title' => 'Say Goodbye To Hairfall', 'text' => '9 cold-pressed herbal oils blended to nourish your roots, strengthen hair shafts, and promote lush growth.', 'cta' => 'Shop Herbal Shampoo', 'url' => route('shop', 'shampoos'), 'image' => 'images/hero-banner-2.png' ], [ 'eyebrow' => 'Artisanal Perfumes', 'title' => 'Luxury In Every Drop', 'text' => 'Captivating French Jasmine and White Musk notes crafted for long-lasting 18-hour elegance.', 'cta' => 'Explore Luxury Fragrances', 'url' => route('shop', 'perfumes'), 'image' => 'images/hero-banner-3.png' ], ]; @endphp @foreach ($slides as $i => $slide)
{{ $slide['title'] }} 0) loading="lazy" @endif>

{{ $slide['eyebrow'] }}

{{ $slide['title'] }}

{{ $slide['text'] }}

{{ $slide['cta'] }}
@endforeach
@foreach ($slides as $i => $slide) @endforeach
{{-- Value Pillars --}}
@foreach ([ ['icon' => 'divine-assets/THE FUTURE OF PERSONAL CARE IS HERE/Transparency.svg', 'title' => '100% Transparency', 'text' => 'Full ingredient disclosure'], ['icon' => 'divine-assets/THE FUTURE OF PERSONAL CARE IS HERE/Only the best.svg', 'title' => 'Only The Best', 'text' => 'Highest grade botanicals'], ['icon' => 'divine-assets/THE FUTURE OF PERSONAL CARE IS HERE/Efficiency.svg', 'title' => 'Clinically Proven', 'text' => 'Visible results in 4 weeks'], ['icon' => 'divine-assets/THE FUTURE OF PERSONAL CARE IS HERE/Affordable.svg', 'title' => 'Fair Pricing', 'text' => 'Luxury care made accessible'], ] as $item)

{{ $item['title'] }}

{{ $item['text'] }}

@endforeach
{{-- Bestsellers --}}
@foreach ($featuredProducts as $product) @endforeach
{{-- Shop By Categories (Our Collections) --}}
@foreach ($categories as $category)
{{ $category->name }}

{{ $category->name }}

@endforeach
{{-- Shop By Key Ingredients --}}
@foreach ([ ['name' => 'Kashmiri Saffron', 'image' => 'divine-assets/SHOP BY KEY INGREDIENTS/Saffron.png'], ['name' => 'Fresh Goat Milk', 'image' => 'divine-assets/SHOP BY KEY INGREDIENTS/Goat Milk.png'], ['name' => 'Organic Hibiscus', 'image' => 'divine-assets/SHOP BY KEY INGREDIENTS/Hibiscus.png'], ['name' => 'Wild Amla', 'image' => 'divine-assets/SHOP BY KEY INGREDIENTS/Amla.png'], ['name' => 'Raw Turmeric', 'image' => 'divine-assets/SHOP BY KEY INGREDIENTS/Turmeric.png'], ['name' => 'Zesty Citrus', 'image' => 'divine-assets/SHOP BY KEY INGREDIENTS/Citrus.png'], ] as $ing)
{{ $ing['name'] }}

{{ $ing['name'] }}

@endforeach
{{-- Meet Our Founder & Brand Vision --}}
Founder of Divine Drops
OUR STORY & VISION

Crafted With Pure Love & Scientific Precision

“Divine Drops was born out of a passion to reclaim the purity of natural Indian skincare. We combine centuries-old botanical wisdom — farm-fresh goat milk, Kashmiri saffron, and cold-pressed herbal oils — with modern dermatological science.”

— Founder, Divine Drops Luxury Skincare
Discover Our Philosophy →
{{-- Real People Real Stories (Customer Testimonials & Photos) --}}
@foreach ([ ['name' => 'Ananya R.', 'image' => 'divine-assets/REAL PEOPLE REAL STORIES/1st Image/1.png', 'text' => 'The Saffron Moisturizer is hands down the best cream I have ever used. My skin looks visibly brighter and super dewy!'], ['name' => 'Priyanka M.', 'image' => 'divine-assets/REAL PEOPLE REAL STORIES/2nd Image/2.png', 'text' => 'Herbal Shampoo dramatically reduced my hairfall within 3 weeks. Loving the natural botanical shine!'], ['name' => 'Divya S.', 'image' => 'divine-assets/REAL PEOPLE REAL STORIES/3rd Image/3.png', 'text' => 'The Rosy Facial Cleanser feels so luxurious and gentle. Doesn’t strip my skin barrier at all.'], ] as $r)
{{ $r['name'] }}
“{{ $r['text'] }}”

{{ $r['name'] }} ✓ Verified Customer

@endforeach
{{-- Journal preview --}}
@foreach ($posts as $post) @endforeach
@endsection