From 523179880e9e41f3686e973737b00b720883d89a Mon Sep 17 00:00:00 2001 From: KaviSaparamadu Date: Fri, 7 Aug 2026 12:41:16 +0530 Subject: [PATCH] ui 2 --- resources/views/layouts/app.blade.php | 14 +- resources/views/welcome.blade.php | 336 +++++++++++++++++++++++--- 2 files changed, 321 insertions(+), 29 deletions(-) diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index c4a5b64..f66bae8 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -4,18 +4,28 @@ - @yield('title', 'Automobile Academic') + @yield('title', 'Home') | AutoEdu - Automobile Engineering Academy + + + + + {{-- ===================== HERO ===================== --}} +@php + $heroSlides = [ + 'https://images.unsplash.com/photo-1517524206127-48bbd363f3d7?auto=format&fit=crop&w=1600&q=80', + 'https://images.unsplash.com/photo-1553440569-bcc63803a83d?auto=format&fit=crop&w=1600&q=80', + 'https://images.unsplash.com/photo-1486262715619-67b85e0b08d3?auto=format&fit=crop&w=1600&q=80', + 'https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1600&q=80', + 'https://images.unsplash.com/photo-1493238792000-8113da705763?auto=format&fit=crop&w=1600&q=80', + 'https://images.unsplash.com/photo-1502877338535-766e1452684a?auto=format&fit=crop&w=1600&q=80', + 'https://images.unsplash.com/photo-1581093803931-46e730e7622e?auto=format&fit=crop&w=1600&q=80', + 'https://images.unsplash.com/photo-1487754180451-c456f719a1fc?auto=format&fit=crop&w=1600&q=80', + ]; +@endphp