@extends('layouts.app') @section('title', config('gerg.name') . ' — ' . config('gerg.tagline')) @section('content') @include('partials.hero-slider') {{-- Stats strip --}}
@foreach (config('gerg.stats') as $stat)

{{ $stat['value'] }}

{{ $stat['label'] }}

@endforeach
@include('partials.welcome-gerg') {{-- Group of Companies --}}

Our Portfolio

Group of Companies

Seven synchronized companies delivering customized solutions across India.

View all companies
@include('partials.portfolio-companies', ['featured' => true])

Need guidance across multiple segments?

Our teams work together to deliver end-to-end solutions under one roof.

Request Quote
{{-- Services --}}

Services

What We Provide

You always get the best guidance — explore each segment of Golden Era Royal Group.

@include('partials.services-segments')
{{-- Initiatives --}}

CSR & Impact

Our Initiatives

@foreach (config('gerg.initiatives') as $initiative)

{{ $initiative['name'] }}

{{ $initiative['subtitle'] }}

{{ $initiative['description'] }}

{{ $initiative['cta'] }}
@endforeach
@include('partials.progress-milestones') {{-- CTA / Meeting form --}}

Set up a meeting with us

Get the best guidance across property, software, solar, recruitment, and more. Select your area of interest and we will connect you with the right team.

@endsection