<?php
/**
 * Shine Residence — home preview.
 * Later: map to OpenCart route=common/home on the custom kernel.
 */
$session_active = true;
$deposit_label = '128 400 ₽';
$cart_count = 0;
$cart_total_label = '';

$theme = 'catalog/view/theme/shine';
$hero_src = $theme . '/image/shine-hero.jpg';

include __DIR__ . '/catalog/view/theme/shine/template/common/home.tpl';
