@extends('layout.front.master') @section('title', config('site.tagline', config('site.name'))) @section('description', config('site.seo.description')) @section('keywords', config('site.seo.keywords')) @section('og_title', config('site.og.title')) @section('og_description', config('site.og.description')) @section('og_image', brand_og_image()) @section('og_type', 'website') @section('og_url', url()->current()) @section('twitter_title', config('site.name')) @section('twitter_description', config('site.twitter.description')) @section('twitter_image', brand_twitter_image()) @section('content') {{-- Hero Section - Dynamic from WelcomeCarousel --}} @if(isset($carouselImages) && $carouselImages->count() > 0) @if($carouselImages->count() === 1) {{-- Single Slide with Parallax --}} @php $slide = $carouselImages->first(); @endphp @php $imageUrl = filter_var($slide->image_path, FILTER_VALIDATE_URL) ? $slide->image_path : asset($slide->image_path); @endphp @else {{-- Multiple Slides Carousel with Parallax --}}
{{ config('site.welcome.story_text', config('site.about.main_subtitle', config('site.description', 'Born from the soul of Tucumán, Argentina, and crafted for the hustle of Miami. Muma is more than an empanada; it\'s a tribute to our mother\'s kitchen and a new classic for your daily routine. We believe in real food, vibrant colors from natural ingredients, and the perfect bite that follows you wherever your day takes you. No filters, no complications—just honest flavor.'))) }}
{{ config('site.welcome.about_cta_label', __('More About Us')) }}{{ $t->description }}
{{ strtoupper($t->position ?? '') }}
{{ config('site.welcome.offer_text', 'Our doughs get their vibrant colors from the ingredients themselves: spinach, beets, and cocoa. Choose your mood between our Classics and our Bold selection.') }}
{{ $menu->description }}
@endifExplore our full menu.
@if(config('cd-system.modules.menu.active', false)) {{ config('site.welcome.menu_cta_label', __('View Full Menu')) }} @endif
{{ config('site.welcome.founder_quote', 'We didn\'t come here to reinvent the empanada, we came to make it part of your world. Real ingredients, vibrant colors, and that feeling of home, wherever you are.') }}