@extends('storefront.layout') @section('title', 'Why Vida Mansa') @section('content')

Why Vida Mansa

A premium product line built for modern pet retail.

Vida Mansa gives retailers more than a single item to test on the shelf: it delivers a premium pet-care line with proven demand, distinctive design, and practical solutions customers understand quickly. From hydration to feeding, every product is built to elevate the category, support stronger margins, and create a better experience for pets and their owners.

@foreach ([ [ 'Tested and Proven in Brazil', 'Products already tested, approved, and established in the Brazilian pet market.', '', ], [ 'Premium Quality', 'Made with durable materials, thoughtful finishes, and a design built for everyday use.', '', ], [ 'Easy to Handle', 'Simple to refill, clean, display, and explain to customers.', '', ], [ 'Unique and Innovative', 'Distinctive products created to solve real pet-care problems, not just fill shelf space.', '', ], [ 'High Perceived Value', 'Because it fixes a genuine problem — wet fur, mess around the bowl — the product commands a premium price. Higher ticket means higher margin for every unit on your shelf.', '', ], [ 'Premium Line for Retail Shelves', 'A complete product family with clear benefits, attractive design, and strong shelf appeal.', '', ], ] as $card)
{!! $card[2] !!}
{{ $card[0] }}

{{ $card[1] }}

@endforeach
@endsection