
PROJE İSMİ
Hanex Akrilik Mutfak ve Ada Tezgah Uygulaması
Ankara Çankaya’da tamamlanan modern akrilik Mutfak Tezgah ve Ada Tezgah Uygulaması.
Konum: Ankara / Çankaya
Malzeme: Hanex Akrilik Beyaz Renk
Uygulama: Mutfak Tezgah & Ada Tezgahı
Proje Detayı
Bu projede Hanex beyaz akrilik yüzey kullanılarak modern mutfak Tezgah ve Ada Tezgah uygulaması yapılmıştır.

Hikmet Bey konut Mutfak Dolabı
Mutfak Dolabı Uygulaması
Konut Projesi Lake Kapaklı cnc İşlemeli Mutfak Dolabı ve Tezgah Uygulaması
Konum: Ankara / Yaşamkent
Malzeme: Lake Kapaklı-Cnc
Uygulama: Mutfak Dolabı
Proje Detayı
Bu projede Lake Kapaklı Mdflam Gövdeli ve Görünen Bütün Yüzeyler Lake boyalı olacak şekilde tasarım ve uygulama yapılmıştır. Kapaklar cnc işlemeli ve Aliminyum Siyah Mat çerçeve kapaklı ve Bronz camlı olarak uygulanmıştır. Kullanılan Aksesuarlar Komple Hafele Marka tercih edilmiştir.
.project-card-frame{
max-width:1250px;
margin:60px auto;
padding:25px;
border-radius:30px;
background:#fff;
border:2px solid rgba(202,160,106,.25);
box-shadow:0 25px 60px rgba(0,0,0,.10);
font-family:Poppins,sans-serif;
}/* LOGO */
.project-logo img{
height:55px;
padding:10px;
border-radius:12px;
border:1px solid rgba(202,160,106,.25);
box-shadow:0 10px 25px rgba(0,0,0,.08);
}/* BAŞLIK */
.project-title-frame{
text-align:center;
padding:30px;
margin:25px 0 35px;
border-radius:25px;
background:#fafafa;
border:1px solid rgba(202,160,106,.20);
}.project-label{
display:inline-block;
background:#caa06a;
color:#fff;
padding:8px 18px;
border-radius:50px;
font-size:12px;
letter-spacing:2px;
margin-bottom:15px;
}/* GÖRSELLER */
.project-gallery{
display:flex;
gap:20px;
flex-wrap:nowrap;
margin-bottom:25px;
}.img-slot{
flex:1;
border-radius:18px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}.img-slot img{
width:100%;
height:240px;
object-fit:cover;
display:block;
transition:.3s;
}.img-slot img:hover{
transform:scale(1.05);
}/* META */
.project-meta{
display:flex;
justify-content:space-between;
gap:25px;
padding:18px 20px;
border:1px solid #eee;
border-radius:14px;
margin-bottom:35px;
font-size:14px;
white-space:nowrap;
}/* AÇIKLAMA */
.project-content{
background:#fafafa;
padding:35px;
border-radius:20px;
border:1px solid #eee;
display:flex;
justify-content:space-between;
align-items:flex-end;
gap:20px;
}.project-text{
max-width:100%;
}.project-content h2{
margin-bottom:15px;
}.project-content p{
line-height:2;
color:#555;
}/* MOBİL */
@media(max-width:991px){.project-gallery{
flex-wrap:wrap;
}.project-meta{
flex-direction:column;
white-space:normal;
text-align:center;
}.project-content{
flex-direction:column;
align-items:flex-start;
}}/* =========================
BOŞ GÖRSEL TEMİZLEME (KESİN FIX)
========================= */lightbox.option({
resizeDuration: 200,
wrapAround: true
});/* %100 BOŞ GÖRSEL SİLME */
document.addEventListener(“DOMContentLoaded”, function () {document.querySelectorAll(“.img-slot”).forEach(function (el) {const href = el.getAttribute(“href”);
const img = el.querySelector(“img”);if (!href || href.trim() === “” || !img || !img.getAttribute(“src”) || img.getAttribute(“src”).trim() === “”) {
el.remove();
}});});