test
—
products:
new:
limit: {{theme_settings.homepage_new_products_count}}
featured:
limit: {{theme_settings.homepage_featured_products_count}}
top_sellers:
limit: {{theme_settings.homepage_top_products_count}}
carousel: {{theme_settings.homepage_show_carousel}}
blog:
recent_posts:
limit: 4
—
{{#partial “hero”}}
{{#if theme_settings.vcm_home_hero_show}}
{{else}}

{{/if}}
{{theme_settings.vcm_home_hero_heading_line_one}}
{{#if theme_settings.vcm_home_hero_heading_line_two}}
{{theme_settings.vcm_home_hero_heading_line_two}}{{/if}}
{{#if theme_settings.vcm_home_hero_button_label}}
{{theme_settings.vcm_home_hero_button_label}}
{{/if}}
{{#if theme_settings.vcm_home_usp_show}}
{{/if}}
{{else}}
{{#if carousel}}
{{> components/carousel arrows=theme_settings.homepage_show_carousel_arrows}}
{{/if}}
{{/if}}
{{#if theme_settings.vcm_home_intro_show}}
{{theme_settings.vcm_home_intro_heading_line_one}}
{{#if theme_settings.vcm_home_intro_heading_line_two}}
{{theme_settings.vcm_home_intro_heading_line_two}}{{/if}}
{{#if theme_settings.vcm_home_intro_button_label}}
{{theme_settings.vcm_home_intro_button_label}}
{{/if}}
{{/if}}
{{#if theme_settings.vcm_home_arrivals_show}}
{{theme_settings.vcm_home_arrivals_title}}
{{#if theme_settings.vcm_home_arrivals_tab_one_category_url}}
{{/if}}
{{/if}}
{{#if theme_settings.vcm_home_arrivals_tab_two_label}}
{{#if theme_settings.vcm_home_arrivals_tab_two_category_url}}
{{/if}}
{{/if}}
{{#if theme_settings.vcm_home_arrivals_tab_three_label}}
{{#if theme_settings.vcm_home_arrivals_tab_three_category_url}}
{{/if}}
{{/if}}
{{#if theme_settings.vcm_home_arrivals_tab_four_label}}
{{#if theme_settings.vcm_home_arrivals_tab_four_category_url}}
{{/if}}
{{/if}}
{{#if theme_settings.vcm_home_arrivals_tab_five_label}}
{{#if theme_settings.vcm_home_arrivals_tab_five_category_url}}
{{/if}}
{{/if}}
{{#if theme_settings.vcm_home_arrivals_tab_six_label}}
{{#if theme_settings.vcm_home_arrivals_tab_six_category_url}}
{{/if}}
{{/if}}
{{/if}}
{{{snippet ‘home_content’}}}
{{/partial}}
{{#partial “page”}}
{{#each shipping_messages}}
{{> components/common/alert-info message}}
{{/each}}
{{#if theme_settings.vcm_home_category_grid_show}}
{{theme_settings.vcm_home_category_card_one_title}}
{{#if theme_settings.vcm_home_category_card_one_button_label}}
{{theme_settings.vcm_home_category_card_one_button_label}}
{{/if}}
{{theme_settings.vcm_home_category_card_two_title}}
{{#if theme_settings.vcm_home_category_card_two_button_label}}
{{theme_settings.vcm_home_category_card_two_button_label}}
{{/if}}
{{/if}}
{{#if theme_settings.vcm_home_designers_show}}
{{/if}}
{{#if theme_settings.vcm_home_sale_banner_show}}
{{/if}}
{{#if theme_settings.vcm_home_about_show}}
{{theme_settings.vcm_home_about_heading}}
{{theme_settings.vcm_home_about_body_one}}
{{#if theme_settings.vcm_home_about_body_two}}
{{theme_settings.vcm_home_about_body_two}}
{{/if}}
{{#if theme_settings.vcm_home_about_button_label}}
{{theme_settings.vcm_home_about_button_label}}
{{/if}}
{{/if}}
{{#if theme_settings.vcm_home_appointment_show}}
{{theme_settings.vcm_home_appointment_heading_line_one}}
{{#if theme_settings.vcm_home_appointment_heading_line_two}}
{{theme_settings.vcm_home_appointment_heading_line_two}}{{/if}}
{{#if theme_settings.vcm_home_appointment_heading_line_three}}{{theme_settings.vcm_home_appointment_heading_line_three}}{{else}}Appointment in Chicago{{/if}}
{{theme_settings.vcm_home_appointment_body_one}}
{{#if theme_settings.vcm_home_appointment_body_two}}
{{theme_settings.vcm_home_appointment_body_two}}
{{/if}}
{{#if theme_settings.vcm_home_appointment_button_label}}
{{theme_settings.vcm_home_appointment_button_label}}
{{/if}}
{{/if}}
{{> components/allsectionbanner/banner find=”banner_section1″}}
{{> components/allsectionbanner/banner find=”banner_section2″}}
{{> components/allsectionbanner/banner find=”banner_section3″}}
{{#if products.featured}}
{{> components/products/featured products=products.featured columns=theme_settings.homepage_featured_products_column_count}}
{{/if}}
{{#if products.new}}
{{> components/products/new products=products.new columns=theme_settings.homepage_new_products_column_count}}
{{/if}}
{{#if blog.recent_posts}}
From the Blog
{{/if}}
{{/partial}}
{{> layout/base}}
