{{-- resources/views/themes/general/sections/services.blade.php --}} @php $sectionTitle = $section->title ?? 'Our Services'; $services = $section->content['services_list'] ?? []; // Default placeholder icon (SVG) $defaultIcon = ''; // Fallback for demonstration if $services is empty (remove for production if not needed) // if (empty($services)) { // $services = [ // ['title' => 'Web Development', 'description' => 'Creating stunning and performant websites tailored to your needs.', 'visual_type' => 'icon', 'icon_html' => $defaultIcon, 'link' => '#web-development'], // ['title' => 'AI Solutions', 'description' => 'Leveraging AI to build smart applications.', 'visual_type' => 'image', 'image_url' => 'https://via.placeholder.com/100x100.png?text=AI', 'link' => '#ai-solutions'], // ['title' => 'Cloud Services', 'description' => 'Scalable cloud infrastructure.', 'visual_type' => 'icon', 'icon_html' => '', 'link' => '#cloud-services'], // ]; // } @endphp @pushOnce('styles') @endPushOnce @pushOnce('scripts') @endPushOnce