@extends('layouts.home') @section('content')
{{-- 1️⃣ Section titles (text only) --}}
  • 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 containers with sticky-title + content --}}
  • What is Polisplexitys?
    1.0
@include('home.sections.home')
  • Live Projects
    2.0
@include('home.sections.projects')
  • Recognitions
    3.0
@include('home.sections.awards')
  • What Partners Say
    4.0
@include('home.sections.testimonials')
  • Timeline
    5.0
@include('home.sections.experience')
  • Research & Insights
    6.0
@include('home.sections.news')
  • Let’s Collaborate
    7.0
@include('home.sections.contacts')
@endsection