Update Header Template in Landing Page Blade: Changed the header template from 'Demo29 Header' to 'Demo27 Header' in the landing page view, ensuring consistency with the updated design and layout standards.

This commit is contained in:
Ümit Tunç
2026-01-02 20:58:30 +03:00
parent 97092dd793
commit 1fc23e7bda
@@ -1,5 +1,5 @@
@extends('layouts.site', ['headerTemplate' => 'Demo29 Header'])
@extends('layouts.site', ['headerTemplate' => 'Demo27 Header'])
@php
use Illuminate\Support\Facades\Storage;