@php $products = [ [ 'name' => 'Scalp Renewal Serum', 'format' => 'Targeted scalp-care serum for premium hair care launches', 'image' => 'images/products/1.webp', 'slug' => 'scalp-renewal-serum', ], [ 'name' => 'Barrier Moisturiser', 'format' => 'Daily hydration cream with clean-claim positioning', 'image' => 'images/products/2.webp', 'slug' => 'barrier-moisturiser', ], [ 'name' => 'Hydrating Toner', 'format' => 'Prep-layer toner designed for everyday skin care lines', 'image' => 'images/products/3.webp', 'slug' => 'hydrating-toner', ], [ 'name' => 'Balancing Face Wash', 'format' => 'Gel cleanser format for daily care assortments', 'image' => 'images/products/4.webp', 'slug' => 'balancing-face-wash', ], [ 'name' => 'Clarifying Shampoo', 'format' => 'Scalable shampoo format for salon and retail channels', 'image' => 'images/products/5.webp', 'slug' => 'clarifying-shampoo', ], [ 'name' => 'Repair Hair Mask', 'format' => 'Weekly treatment format for repair-focused launches', 'image' => 'images/products/6.webp', 'slug' => 'repair-hair-mask', ], [ 'name' => 'Smoothing Conditioner', 'format' => 'Soft-finish conditioner with premium shelf appeal', 'image' => 'images/products/7.webp', 'slug' => 'smoothing-conditioner', ], [ 'name' => 'Radiance Body Lotion', 'format' => 'Fast-absorbing body care format for daily use ranges', 'image' => 'images/products/8.webp', 'slug' => 'radiance-body-lotion', ], ]; $capabilities = [ [ 'title' => 'Custom formulation development', 'desc' => 'We shape shampoos, conditioners, serums, toners, moisturisers, and cleansers around target market, texture brief, and claims direction.', 'image' => 'images/why-1.webp', ], [ 'title' => 'White-label and private-label manufacturing', 'desc' => 'Reliable manufacturing support for brand owners, distributors, and growing businesses that need production without building their own plant.', 'image' => 'images/why-2.webp', ], [ 'title' => 'Packaging, labeling, and presentation', 'desc' => 'Bottle, jar, tube, carton, and label choices are aligned early so the range looks commercially consistent in buyer and distributor review.', 'image' => 'images/why-3.webp', ], [ 'title' => 'Quality and compliance support', 'desc' => 'Batch planning, documentation, and quality-led production processes help keep launches efficient, scalable, and easier to approve internally.', 'image' => 'images/why-4.webp', ], ]; $processSteps = [ [ 'number' => '01', 'label' => 'Range planning', 'title' => 'Category and product selection', 'body' => 'We begin with the range structure: which skin care, hair care, or personal care products should launch first, for which channel, and at what positioning.', 'image' => 'images/pro-1.webp', ], [ 'number' => '02', 'label' => 'Development', 'title' => 'Formula and sample development', 'body' => 'Textures, fragrance direction, actives, and usage story are refined into working samples so each SKU fits the line instead of feeling disconnected.', 'image' => 'images/pro-2.webp', ], [ 'number' => '03', 'label' => 'Brand presentation', 'title' => 'Packaging, labels, and approvals', 'body' => 'Primary pack, label copy, claims direction, and presentation details are aligned so the final range reads clearly across retail, distribution, and export conversations.', 'image' => 'images/pro-3.webp', ], [ 'number' => '04', 'label' => 'Production', 'title' => 'Bulk manufacturing and dispatch readiness', 'body' => 'Once formulas and packs are approved, production, filling, final checks, and dispatch planning move together so launch timelines stay controlled and practical.', 'image' => 'images/pro-4.webp', ], ]; $featuredCategories = [ [ 'name' => 'Skin Care', 'image' => 'images/category/skin-care.webp', 'link' => route('products'), ], [ 'name' => 'Hair Care', 'image' => 'images/category/hair-care.webp', 'link' => route('products'), ], [ 'name' => 'Personal Care', 'image' => 'images/category/personal-care.webp', 'link' => route('products'), ], ]; $faqs = [ [ 'question' => 'Which product categories can Auravista support?', 'answer' => 'We build product systems across skin care, hair care, and personal care, including shampoo, conditioner, serum, toner, moisturiser, face wash, masks, and daily-use body care formats.', ], [ 'question' => 'Do you only manufacture, or can you also help shape the full range?', 'answer' => 'We work beyond production alone. Formulation direction, sampling, packaging, labeling, and launch presentation are considered together so the final line reads as one coherent private-label range.', ], [ 'question' => 'Who usually works with Auravista?', 'answer' => 'The model is built for brand owners, distributors, retailers, and B2B buyers who want to launch or expand a cosmetics line without building their own manufacturing setup.', ], [ 'question' => 'Can products be developed under our own brand name?', 'answer' => 'Yes. Auravista supports private-label and white-label projects, helping businesses develop products under their own brand with packaging and presentation aligned to their market direction.', ], [ 'question' => 'What happens after samples and product direction are approved?', 'answer' => 'Once the formula, packaging, and range direction are approved, the process can move into production readiness, final checks, filling, and dispatch coordination as one connected phase.', ], [ 'question' => 'What should we share in the first enquiry?', 'answer' => 'A useful starting point is your target category, product type, expected quantity direction, market positioning, and launch stage. That gives enough context to shape the next conversation properly.', ], ]; $heroCategories = [ [ 'name' => 'Skin Care', 'desc' => 'Serums, moisturisers, cleansers, and toners built on clean-claim, barrier-first formulas.', 'image' => 'images/category/skin-care.webp', ], [ 'name' => 'Hair Care', 'desc' => 'Shampoo, conditioner, and treatment masks engineered for salon and retail channels alike.', 'image' => 'images/category/hair-care.webp', ], [ 'name' => 'Personal Care', 'desc' => 'Daily-use body care formats built for scale, from lotion to wash, ready for private label.', 'image' => 'images/category/personal-care.webp', ], ]; @endphp @extends('layouts.app') @section('title', 'Home 2 | ' . config('app.name', 'Laravel')) @section('content')
Third-party cosmetic manufacturing

One manufacturing partner for your entire product line.

Skin care, hair care, and personal care — formulated, packaged, and produced under your brand, so every category launches from the same manufacturing partner.

150+ private-label formulas manufactured for brand partners.

@foreach ($heroCategories as $index => $category) {{ $category['name'] }} preview @endforeach

{{ $heroCategories[0]['desc'] }}

@foreach ($heroCategories as $index => $category) {{ $category['name'] }} @endforeach
About Auravista

Auravista helps brands build skin care and hair care ranges that B2B buyers understand faster.

From shampoo and conditioner to serum, toner, face wash, and moisturiser, we organise formulation planning, claims direction, packaging language, and launch presentation as one clearer private-label system.

3 core categories aligned into one commercial product story.

Auravista product study
Product Range

Core product formats across skin care, hair care, and personal care.

A practical launch mix covering shampoos, conditioners, serums, cleansers, toners, moisturisers, masks, and body care formats for private-label growth.

View all products
@foreach ($products as $product)
{{ $product['name'] }} product photo

{{ $product['name'] }}

{{ $product['format'] }}

@endforeach
Why Auravista

Built for business owners who need product, pack, and production handled together.

Built around the same B2B priorities strong manufacturers lead with: custom development, white-label support, scalable production, and quality-led execution from sample to dispatch.

@foreach ($capabilities as $index => $capability)
{{ sprintf('%02d', $index + 1) }}

{{ $capability['title'] }}

{{ $capability['desc'] }}

@endforeach
Inside the manufacturing flow
Process

How we move from product brief to production-ready cosmetic range.

A B2B manufacturing process built for business owners who need speed, clarity, and category fit without losing control over packaging, samples, or launch readiness.

@foreach ($processSteps as $index => $step)
{{ $step['number'] }}
{{ $step['label'] }} @foreach ($processSteps as $dotIndex => $dotStep) @endforeach

{{ $step['title'] }}

{{ $step['body'] }}

{{ $step['title'] }} visual
@endforeach

Ready to turn your next skin care or hair care line into a buyer-ready shelf story?

From shampoo, conditioner, serum, face wash, toner, and moisturiser to supporting packaging and presentation, we help shape a cleaner private-label launch path.

Enquiry Form

Tell us what you want to build.

Share your product interest, quantity direction, and business details. We can use that to understand the right next step for third-party manufacturing.

@include('partials.faq', ['faqs' => $faqs])
@endsection