'Featured corporate housing photos and request form',
// OPTION A: Point at a folder that actually contains *.webp images
'folder' => [
'path' => $_SERVER['DOCUMENT_ROOT'].'/include/images/cities',
'url' => '/include/images/cities',
'id' => 'aboutpchslider',
'region_label' => 'About PCH photo gallery',
'interval' => 6000,
'pause' => 'hover',
'ride' => true,
'touch' => true,
'keyboard' => true,
'controls' => true,
'indicators' => false,
'make_first_eager' => true,
],
// OPTION B (alternative): pass explicit slides (use this if your images aren’t .webp)
/*
'carousel' => [
'id' => 'homeslider',
'region_label' => 'Corporate housing highlights',
'interval' => 6000,
'pause' => 'hover',
'ride' => true,
'touch' => true,
'keyboard' => true,
'controls' => true,
'indicators' => false,
'slides' => [
['src' => '/include/images/Furniture/newpic1.avif', 'alt' => 'Corporate Housing In Over 75,000 Cities', 'width' => 2000, 'height' => 1125, 'eager' => true, 'fetchpriority' => 'high'],
// more slides...
],
],
*/
];
// 2) Include once (no extra closing tags)
$path = $_SERVER['DOCUMENT_ROOT'].'/include/components/heroComponent.php';
include $path;
?>