@extends('layouts.app') @section('title', 'Landing Page CMS') @section('content')
@csrf @method('PUT')
Public website

Landing Page CMS

Edit the complete GOVIX landing page, brand colors, calls to action and imagery. Saving publishes the changes immediately.

Preview website
@if(session('status'))
{{ session('status') }}
@endif @if($errors->any())

The page was not published. Please review the highlighted fields.

@endif
@foreach([ 'brand' => 'Brand, SEO & Hero', 'overview' => 'Trust & Overview', 'workflow' => 'Workflow', 'features' => 'Feature Grid', 'conversion' => 'Benefits & CTA', 'footer' => 'Footer & Media', ] as $key => $label) @endforeach

Search & social preview

Controls browser titles, search snippets and shared links.

Brand identity

The text logo is used automatically until a logo image is uploaded.

Navigation labels

Hero content

The first screen and its two main calls to action.

ABOVE THE FOLD

Hero image overlay

@foreach($content['hero']['highlights'] as $index => $highlight) @endforeach

Service ecosystem strip

@foreach($content['partners']['items'] as $index => $partner) @endforeach

Core capability overview

@foreach($content['core']['items'] as $index => $item)
{{ $index + 1 }}

Capability card

@endforeach

Workflow story

Explain how GOVIX moves a customer from intake to completion.

@foreach($content['workflow']['bullets'] as $index => $bullet) @endforeach

Feature grid introduction

@foreach($content['features']['items'] as $index => $item)

Feature {{ str_pad($index + 1, 2, '0', STR_PAD_LEFT) }}

{{ $index + 1 }}
@endforeach

Business benefits

@foreach($content['advantages']['bullets'] as $index => $bullet) @endforeach

Conversion banner

The dark call-to-action near the bottom of the public page.

CTA
@foreach($content['cta']['points'] as $index => $point)

PROOF POINT {{ $index + 1 }}

@endforeach

Footer content & links

Publishing note

Images are versioned when uploaded, so current files are never overwritten. All text is safely escaped on the public page, and action links are restricted to anchors, local paths, HTTPS, email and telephone links.

Open the public page

Only Platform Super Admin users can publish landing-page changes.

@endsection