@extends('layouts.main')
@section('title', 'Welcome to FixGini Services')
@section('main')
@livewire('web.nav-category')
@livewire('web.hero-banner')
@livewire('web.browse-category')
@livewire('web.nearby-shop')
@livewire('web.nearby-service')
@endsection