@extends('layouts.home') @section('content')
{{-- 1️⃣ Section titles (clean, text-based, no icons) --}}
  • What is Polisplexity?
    1.0
  • Live Projects
    2.0
  • Recognitions
    3.0
  • What Partners Say
    4.0
  • Timeline
    5.0
  • Research & Insights
    6.0
  • Let’s Collaborate
    7.0
{{-- 2️⃣ Section includes (scrollable containers) --}}
@include('home.sections.home')
@include('home.sections.projects')
@include('home.sections.awards')
@include('home.sections.testimonials')
@include('home.sections.experience')
@include('home.sections.news')
@include('home.sections.contacts')
@endsection