Calacatta 쿼츠 베나티노 스타투아리오 링컨 가든

칼라카타 석영

5015 베나티노 스타투아리오

디자인 베이스:  칼라카타 시리즈 쿼츠
마감:   폴리시드; 혼드; 레더;
제품 적용: 
프리패브리케이티드 카운터탑;
주방 카운터탑;
욕실 카운터탑;
세면대 카운터탑;
테이블 탑;

엣지 타입:
스퀘어 폴리시; 오지;
1/4 라운드; 1/4 라운드 T&B;
하프 불노즈; 풀 불노즈;
1/4 베벨; 1/4 베벨 T&B;
1/2 베벨; 데미;

5015 베나티노 스타투아리오 화이트 Calacatta 쿼츠 상판

칼라카타 시리즈 쿼츠는 현재 가장 인기 있는 쿼츠 스톤 제품입니다. 정교하고 독특한 칼라카타 쿼츠는 깨끗한 화이트와 눈에 띄는 풀바디 마블 룩 베이닝으로 감각을 사로잡습니다. 아름답고 눈에 띄는 넓은 베인 패턴과 고급스러운 느낌을 지녔습니다. 이 쿼츠는 칼라카타 대리석의 자연스러운 외관을 제공하지만, 대리석 작업대에 따르는 단점은 전혀 없습니다. 칼라카타 쿼츠는 매우 내구성이 뛰어난 작업대로 얼룩과 스크래치에 강해 주방 및 욕실 카운터탑, 계단, 창틀, 맞춤 가구, 실내외 벽 및 바닥 시공, 워터젯 패턴 및 기타 디자인 프로젝트에 매우 실용적인 선택입니다.
칼라카타 쿼츠는 천연 성분으로 만들어졌지만 강하고 내구성이 뛰어나며 흡수율이 낮아 쿼츠로 만든 석재 제품은 사실상 마모가 없습니다. 내구성, 편안함, 일관된 패턴은 쿼츠 스톤의 인기가 점점 높아지는 주요 이유입니다. 쿼츠 스톤은 90%가 천연석이며 나머지는 접착제, 염료 및 석재의 기술적 특성을 개선하는 첨가제입니다. 방수성과 얼룩 저항성은 쿼츠 스톤의 아름다움을 보완합니다. 칼라카타 화이트 쿼츠는 틀림없이 최고의 카운터탑 소재입니다.


5015 Venatino Statuario sample
5015 Venatino Statuario lincoln garden Calacatta Quartz
프로젝트 사례
5015 Venatino Statuario case

5015 Venatino Statuario case

5015 Venatino Statuario case

디자이너 컬렉션

"); $("form").submit(function(e) { var form_item = $(this); console.log(form_item) /*emoji表情过滤*/ let eRegStr = /[\uD83C|\uD83D|\uD83E][\uDC00-\uDFFF][\u200D|\uFE0F]|[\uD83C|\uD83D|\uD83E][\uDC00-\uDFFF]|[0-9|*|#]\uFE0F\u20E3|[0-9|#]\u20E3|[\u203C-\u3299]\uFE0F\u200D|[\u203C-\u3299]\uFE0F|[\u2122-\u2B55]|\u303D|[\A9|\AE]\u3030|\uA9|\uAE|\u3030/ig; // e.preventDefault(); var emailEl = $(this).find("[name='email']"); var messageEl = $(this).find("[name='message']"); var telEl = $(this).find("[name='contact[tel]']"); var emailValid = false, messageValid = false, telValid = false; function formErrMsg(errText) { $(".error-msg").html(errText); $(".error-msg").stop().fadeIn(100); setTimeout(() => { $(".error-msg").stop().fadeOut(1000); }, 3000); } if (emailEl.length) { if (!/[-\w\.]+@[-\w\.]+(\.[-\w]+)+/.test(emailEl.val())) { e.preventDefault(); formErrMsg("Please enter the correct email address!"); } else { emailValid = true; } } if (emailValid) { if (messageEl.length) { // var value = messageEl.val().trim(); var value = messageEl.val(); if (!/\S{10,}/g.test(value.replace(/\s/g, ""))) { e.preventDefault(); formErrMsg("Please enter your message with more than 10 characters!"); } else { messageEl.val(value.replace(eRegStr, '')); messageValid = true; } } } if (emailValid && messageValid) { var host = window.location.host; if (telEl.length) { var value = telEl.val().trim(); if (/^(zh\-cn\.)/.test(host) || /\.risingcn\./.test(host)) { if (!/^1[3456789]\d{9}$/.test(value)) { e.preventDefault(); formErrMsg("请输入正确的手机号码!"); } } else { if (value.length) { /* if ( isNaN(value) ) { e.preventDefault(); formErrMsg("Please enter the correct mobile phone number"); } */ } else { /* e.preventDefault(); formErrMsg("Please enter your phone number"); */ } } } } // homeForm 参考捷胜首页底部的发送邮箱的表单
if (e.currentTarget.id == "dowmForm") { // alert("asd1f2s1df"); e.preventDefault(); let flag = false; let protocol = window.location.protocol; let backpage = protocol + "//" + document.location.hostname + "/inquiryok?back=" + document.location.pathname; if (emailValid && messageValid) { flag = true; } console.log(flag) $.post(protocol + "//inquiry.digoodcms.com/api/save/goldtopstone", $(this).serialize(), function(res, status) { if (status == 'success') { if (form_item.attr('dowm_url') != '') { window.open(form_item.attr('dowm_url'), '_blank'); } } else { alert(res.indexOf) } }); } }); function getTimestamp() { var d = new Date(), Y = d.getFullYear(), M = (d.getMonth() + 1) > 9 ? (d.getMonth() + 1) : '0' + (d.getMonth() + 1), D = d.getDate() > 9 ? d.getDate() : '0' + d.getDate(), h = d.getHours() > 9 ? d.getHours() : '0' + d.getHours(), m = d.getMinutes() > 9 ? d.getMinutes() : '0' + d.getMinutes(), s = d.getSeconds() > 9 ? d.getSeconds() : '0' + d.getSeconds(); var timestamp = `${Y}/${M}/${D} ${h}:${m}:${s}`; var rand = Math.random(); rand = rand.toString().substr(3); return timestamp + ', version=' + rand; } if ($('.message-a73e7ea6442967069608f19dc52354d7').length) { $('.message-a73e7ea6442967069608f19dc52354d7').val('from: ' + window.location.href + ', date: ' + getTimestamp()); } }); // indexAllDesign - js $('.filter .categories li').click(function() { $(this).siblings().removeClass('active'); $(this).addClass('active'); })