From 1fc23e7bdae6be02dda5d68d7a20b2553f4a7b51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Fri, 2 Jan 2026 20:58:30 +0300 Subject: [PATCH] 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. --- resources/views/front/products/landing.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/front/products/landing.blade.php b/resources/views/front/products/landing.blade.php index 9dad5c4..47b3034 100644 --- a/resources/views/front/products/landing.blade.php +++ b/resources/views/front/products/landing.blade.php @@ -1,5 +1,5 @@ -@extends('layouts.site', ['headerTemplate' => 'Demo29 Header']) +@extends('layouts.site', ['headerTemplate' => 'Demo27 Header']) @php use Illuminate\Support\Facades\Storage;