{{-- @extends('home.master') --}} @extends($layout) @push('title') Home @endpush @push('css') @endpush @push('js') @endpush @section('content') {{-- --}} @if($aboutSection)
{{ $aboutSection->badge_text }}

{{ $aboutSection->title }}

{{ $aboutSection->subtitle }}

{{ $aboutSection->description }}

@if($aboutSection->features && count($aboutSection->features) > 0)
@foreach($aboutSection->features as $feature)
{{ $feature['title'] }}

{{ $feature['description'] }}

@endforeach
@endif
{{ $aboutSection->formatted_customers_count }}
{{ $aboutSection->customers_label }}
{{ $aboutSection->formatted_products_count }}
{{ $aboutSection->products_label }}
{{ $aboutSection->formatted_experience_years }}
{{ $aboutSection->experience_label }}
About {{ $aboutSection->title }}
{{ $aboutSection->overlay_title }}

{{ $aboutSection->overlay_description }}

@else
About Our Story

Welcome to Nivanta

Your trusted partner in quality shopping experiences

At Nivanta, we believe shopping should be more than just a transaction—it should be an experience. We're committed to bringing you the finest selection of products with unmatched quality, competitive prices, and exceptional customer service.

50K+
Happy Customers
10K+
Products
5+
Years Experience
About Nivanta - Quality Shopping Experience
Quality Guaranteed

Every product is carefully selected and tested to ensure the highest quality standards.

@endif
Customer Reviews

What Our Customers Say

Discover why thousands of customers trust Nivanta for their shopping needs

4.9 out of 5 Based on 2,847 reviews
{{--

50K+

Happy Customers

4.9

Average Rating

100K+

Products Delivered

100%

Secure Shopping

--}}
@endsection @push('scripts') @endpush