@extends('layouts.frontend') @section('title', 'Musfiqur Rahman | Brand Strategist & Digital Consultant') @section('meta_description', 'Musfiqur Rahman (Shovon) helps businesses grow through brand development, digital marketing, business strategy, and technology solutions.') @php $personSchema = [ '@context' => 'https://schema.org', '@type' => 'Person', 'name' => 'Musfiqur Rahman', 'alternateName' => 'Shovon', 'url' => url('/'), 'sameAs' => [ 'https://www.facebook.com/itz.musfiqsvn', 'https://www.linkedin.com/in/itz-musfiqsvn/', 'https://www.instagram.com/itz.musfiqsvn' ], 'jobTitle' => 'Brand Strategist & Digital Consultant', 'worksFor' => [ '@type' => 'Organization', 'name' => 'UTurn Digital Solutions', 'url' => 'https://uturndigital.com.bd' ], 'address' => [ '@type' => 'PostalAddress', 'addressLocality' => 'Dhaka', 'addressCountry' => 'BD' ] ]; @endphp @push('structured-data') @endpush @section('content')
@if($hero && $hero->show_animated_bg)
@endif
Available for Projects

Hi, I'm {{ $hero->name ?? 'Musfiqur Rahman' }}

{{ $hero->title ?? 'Brand Strategist & Digital Consultant' }}

{{ $hero->headline ?? 'Transforming businesses through strategic branding, digital marketing, and innovative technology solutions.' }}

@if($hero && $hero->counters)
@foreach($hero->counters as $counter)
{{ $counter['value'] }}

{{ $counter['label'] }}

@endforeach
@endif
@if($hero && $hero->profile_image) Musfiqur Rahman @else Musfiqur Rahman @endif
@foreach(['Facebook', 'LinkedIn', 'Instagram'] as $social)
{{ substr($social, 0, 1) }}
@endforeach

Connect With Me

Social Media

@if($about && $about->about_image) About Musfiqur Rahman @else
M
@endif
5+ Years of
Experience
About Me

Building Brands That Make Impact

{{ $about->biography ?? 'With over 5 years of experience in brand development, digital marketing, and business strategy, I help businesses transform their digital presence and achieve sustainable growth. My approach combines creative thinking with data-driven strategies to deliver measurable results.' }}

@if($about && ($about->mission || $about->vision))
@if($about->mission)

Mission

{{ $about->mission }}

@endif @if($about->vision)

Vision

{{ $about->vision }}

@endif
@endif @if($about && $about->resume_file) Download Resume @endif
My Journey

Professional Experience

From corporate telecommunications to entrepreneurship, each step has shaped my approach to business and digital solutions.

@foreach($timelines as $index => $timeline)
{{ ucfirst(str_replace('_', ' ', $timeline->category)) }} {{ $timeline->duration }}

{{ $timeline->title }}

{{ $timeline->company }}

@if($timeline->location)

{{ $timeline->location }}

@endif @if($timeline->description)

{{ $timeline->description }}

@endif
@endforeach
What I Offer

Services That Drive Growth

Comprehensive solutions tailored to help your business thrive in the digital landscape.

@foreach($services as $service)

{{ $service->title }}

{{ $service->description }}

@if($service->features && count($service->features) > 0)
    @foreach($service->features as $feature)
  • {{ $feature }}
  • @endforeach
@endif
@endforeach
Trusted Brands

Brands I've Worked With

Proud to partner with innovative brands across various industries.

@foreach($brands as $brand) @endforeach @foreach($brands as $brand)
@if($brand->logo) {{ $brand->name }} @else {{ $brand->name }} @endif
@endforeach
My Work

Featured Projects

A showcase of successful projects across branding, web development, and digital marketing.

@foreach($categories as $category) @endforeach
@foreach($projects as $project)
{{ $project->title }} @if($project->is_featured)
Featured
@endif
{{ $project->category->name ?? 'Project' }}

{{ $project->title }}

{{ $project->description }}

@if($project->technologies && count($project->technologies) > 0)
@foreach(array_slice($project->technologies, 0, 3) as $tech) {{ $tech }} @endforeach @if(count($project->technologies) > 3) +{{ count($project->technologies) - 3 }} @endif
@endif
@endforeach
My Expertise

Skills & Technologies

Continuously learning and adapting to deliver cutting-edge solutions with modern technologies and best practices.

@php $categories = ['design', 'development', 'marketing', 'strategy']; @endphp
@foreach($categories as $cat)
{{ ucfirst($cat) }}
@endforeach
@foreach($skills as $skill)
{{ $skill->name }} {{ $skill->percentage }}%
@endforeach
Testimonials

What Clients Say

Don't just take my word for it. Here's what my clients have to say about working together.

@foreach($testimonials as $index => $testimonial)
"{{ $testimonial->content }}"
@for($i = 0; $i < $testimonial->rating; $i++) @endfor
@if($testimonial->client_avatar) {{ $testimonial->client_name }} @else
{{ substr($testimonial->client_name, 0, 1) }}
@endif

{{ $testimonial->client_name }}

{{ $testimonial->client_position }}{{ $testimonial->client_company ? ', ' . $testimonial->client_company : '' }}

@endforeach
@foreach($testimonials as $index => $testimonial) @endforeach
Get In Touch

Let's Work Together

Ready to transform your business? Let's discuss how I can help you achieve your goals.

WhatsApp

+880 1611-985323

Location

Dhaka, Bangladesh

Send a Message

@if(session('success'))
{{ session('success') }}
@endif
@csrf
@endsection