@php $faqs = [ [ 'question' => 'What appliances are shown in your outdoor kitchen gallery?', 'answer' => 'Our projects include built-in grills, fridges, sinks, and pizza ovens.', ], [ 'question' => 'Do you feature custom countertops in outdoor kitchens?', 'answer' => 'Yes, we use granite, quartzite, and other high-end materials.', ], [ 'question' => 'Are the kitchens shown built under cover or pergolas?', 'answer' => 'Many gallery projects feature shaded or covered kitchen areas.', ], [ 'question' => 'What layouts are featured in the kitchen designs?', 'answer' => 'L-shaped, U-shaped, and linear island configurations are shown.', ], [ 'question' => 'Do gallery projects include bar seating or dining zones?', 'answer' => 'Yes, several feature wraparound bars and family-friendly setups.', ], [ 'question' => 'Are your outdoor kitchens weather-resistant?', 'answer' => 'Absolutely. All materials used are built to withstand Florida’s elements.', ], [ 'question' => 'Do your kitchens integrate with other outdoor spaces?', 'answer' => 'Yes, they’re often part of larger patio and pool area designs.', ], [ 'question' => 'Can I request a design just like one in the gallery?', 'answer' => 'Yes, we can recreate or personalize any showcased design.', ], ]; @endphp