|
|
@ -227,7 +227,7 @@ const useHomeStore = defineStore('Home', { |
|
|
|
mintitle: 'can better match your house design', |
|
|
|
children: Array<any>( |
|
|
|
{ detail: new URL("../../assets/img/sanitary/toilet/style01.png", import.meta.url).href, name: 'One Piece Toilet', title: 'One Piece Toilet' }, |
|
|
|
{ detail: new URL("../../assets/img/sanitary/toilet/style02.png", import.meta.url).href, name: 'One Piece Toilet', title: 'One Piece Toilet' }, |
|
|
|
{ detail: new URL("../../assets/img/sanitary/toilet/style02.png", import.meta.url).href, name: 'Two Piece Toilet', title: 'Two Piece Toilet' }, |
|
|
|
{ detail: new URL("../../assets/img/sanitary/toilet/style03.png", import.meta.url).href, name: 'Wall Hung Toilet', title: 'Wall Hung Toilet' }, |
|
|
|
) |
|
|
|
} |
|
|
@ -365,9 +365,45 @@ const useHomeStore = defineStore('Home', { |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: 'Bathroom Accessories', |
|
|
|
|
|
|
|
banner: { detail: new URL('../../assets/img/sanitary/accessories/01.jpg', import.meta.url).href, name: 'Bathroom Accessories', title: ' Bathroom Accessories' }, |
|
|
|
banner2: { detail: new URL('../../assets/img/sanitary/accessories/02.png', import.meta.url).href, name: 'Bathroom Accessories', title: 'Bathroom Accessories' }, |
|
|
|
others: { |
|
|
|
title: 'More Available Finishes', |
|
|
|
mintitle: 'can better match your house design', |
|
|
|
children: Array<any>( |
|
|
|
{ detail: new URL('../../assets/img/sanitary/Shower/color/color1.png', import.meta.url).href, name: 'Polished Chrome' }, |
|
|
|
{ detail: new URL('../../assets/img/sanitary/Shower/color/color2.png', import.meta.url).href, name: 'Polished Stainless' }, |
|
|
|
{ detail: new URL('../../assets/img/sanitary/Shower/color/color3.png', import.meta.url).href, name: 'Brushed Stainless' }, |
|
|
|
{ detail: new URL('../../assets/img/sanitary/Shower/color/color4.png', import.meta.url).href, name: 'Brushed Nickel' }, |
|
|
|
{ detail: new URL('../../assets/img/sanitary/Shower/color/color5.png', import.meta.url).href, name: 'Matte Black' }, |
|
|
|
{ detail: new URL('../../assets/img/sanitary/Shower/color/color6.png', import.meta.url).href, name: 'Satin Gold' }, |
|
|
|
) |
|
|
|
} |
|
|
|
} |
|
|
|
) |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: 'Windows', |
|
|
|
position: '2', |
|
|
|
banner1: { detail: new URL("../../assets/img/window/1.jpg", import.meta.url).href, name: 'Soundproof, Anti-theft , Waterproof, Airtight,Customized Color Windows', title: 'Soundproof, Anti-theft , Waterproof, Airtight,Customized Color Windows' }, |
|
|
|
banner2: { detail: new URL("../../assets/img/productbanner.jpg", import.meta.url).href, name: 'productbanner' }, |
|
|
|
banner3: { detail: new URL("../../assets/img/window/others/05.jpg", import.meta.url).href, name: 'Windows' }, |
|
|
|
others: Array<any>( |
|
|
|
{ detail: new URL("../../assets/img/window/others/01.jpg", import.meta.url).href, name: 'Flush double inner opening system window', title: 'Flush double inner opening system window' }, |
|
|
|
{ detail: new URL("../../assets/img/window/others/02.jpg", import.meta.url).href, name: 'Open passive window inside the broken bridge', title: 'Open passive window inside the broken bridge' }, |
|
|
|
{ detail: new URL("../../assets/img/window/others/03.jpg", import.meta.url).href, name: 'Broken Bridge Narrow Flat Inner Window', title: 'Broken Bridge Narrow Flat Inner Window' }, |
|
|
|
{ detail: new URL("../../assets/img/window/others/04.jpg", import.meta.url).href, name: 'Sliding window', title: 'Sliding window' }, |
|
|
|
{ detail: new URL("../../assets/img/window/others/05.jpg", import.meta.url).href, name: 'Traditional Frame Crank Open Casement Windows', title: 'Traditional Frame Crank Open Casement Windows' }, |
|
|
|
{ detail: new URL("../../assets/img/window/others/06.jpg", import.meta.url).href, name: 'Slide Up Window', title: 'Slide Up Window' }, |
|
|
|
), |
|
|
|
icons: Array<any>( |
|
|
|
{ detail: new URL("../../assets/img/window/icons/icon01.png", import.meta.url).href, name: 'Sound Proof' }, |
|
|
|
{ detail: new URL("../../assets/img/window/icons/icon02.png", import.meta.url).href, name: 'Anti-theft' }, |
|
|
|
{ detail: new URL("../../assets/img/window/icons/icon03.png", import.meta.url).href, name: 'Water Proof' }, |
|
|
|
{ detail: new URL("../../assets/img/window/icons/icon04.png", import.meta.url).href, name: 'Hurricane Resistant' }, |
|
|
|
{ detail: new URL("../../assets/img/window/icons/icon05.png", import.meta.url).href, name: 'Air Tightness' }, |
|
|
|
{ detail: new URL("../../assets/img/window/icons/icon06.png", import.meta.url).href, name: 'Thermal Insulation' }, |
|
|
|
) |
|
|
|
} |
|
|
|
) |
|
|
|
} |
|
|
|