Have Questions?
Feel free to send us a message with any questions you may have and we will do our best to get back to you within one business day.
var values = [
"NJEA Members",
"CSEA Members",
"NYSUT Members",
"Johnson & Johnson Employees",
"Cigna Employees",
"AT&T Employees",
"Atlantic Health Employees",
"Bank of America Employees",
"State Troopers Fraternal Assn of NJ Members",
"Prudential Employees",
"Price Waterhouse Cooper Employees",
"Pfizer Employees",
"NJ Firefighters",
"NJ Fraternal Order of Police Members",
"IBM Employees",
"Horizon Blue Cross & Blue Shield Employees",
"Barclays Employees",
"BASF Corporation Employees",
"Honeywell Employees",
"JP Morgan Chase Employees",
"PNC Bank Employees"
];
var index = 0;
var flipper = document.getElementById('flipper');
var up = document.getElementById('up');
var down = document.getElementById('down');
function updateValues() {
up.textContent = values[index];
down.textContent = values[(index + 1) % values.length];
index = (index + 1) % values.length;
}
function flip() {
flipper.classList.toggle('flipped');
setTimeout(function () {
updateValues();
flipper.classList.toggle('flipped');
}, 600);
}
// Initial update
updateValues();
// Automatic flip every 1 second
setInterval(flip, 1000);
.flip-container {
perspective: 1000px;
margin: 0px;
}
.flip-container .flipper {
transition: 0.6s;
transform-style: preserve-3d;
position: relative;
}
.up,
.down {
backface-visibility: hidden;
position: absolute;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
width: 100%;
}
.flip-container .flipper .down {
transform: rotateY(180deg);
}
Showroom Location
24 Newark Pompton Turnpike Suite
201
Little Falls, Nj 07424
2 Blocks from the Willowbrook Mall
One of NJ’s Largest Custom Cabinet Showrooms!
50+ Kitchen & Bath Displays!
.custom-container {
perspective: 1000px;
}
.custom-container .custom-flipper {
transition: transform 0.6s;
transform-style: preserve-3d;
position: relative;
}
.custom-up,
.custom-down {
backface-visibility: hidden;
position: absolute;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
font-size: 22px;
width: 100%;
height: 100%;
text-align: center;
}
.custom-container .custom-flipper .custom-down {
transform: rotateY(180deg);
}
var customValues = [
"One of NJ’s Largest Custom Cabinet Showrooms!",
"50+ Kitchen & Bath Displays!",
"4,500+ Door Samples on Display!",
"50+ Countertops on Display!",
"Private Interactive Design Rooms!",
"Monitored Children’s Playroom!",
];
var customIndex = 0;
var customFlipper = document.getElementById('custom-flipper');
var customUp = document.getElementById('custom-up');
var customDown = document.getElementById('custom-down');
function updateCustomValues() {
customUp.textContent = customValues[customIndex];
customDown.textContent = customValues[(customIndex + 1) % customValues.length];
customIndex = (customIndex + 1) % customValues.length;
}
function customFlip() {
customFlipper.classList.toggle('flipped');
setTimeout(function () {
updateCustomValues();
customFlipper.classList.toggle('flipped');
}, 600);
}
// Initial update
updateCustomValues();
// Automatic flip every 1 second
setInterval(customFlip, 1000);
One of NJ’s Largest Custom Cabinet Showrooms!
50+ Kitchen & Bath Displays!
Don’t Buy Your Kitchen Cabinets Anyplace Else!
With Buyer’s Edge 120% Low Price Guarantee you simply won’t find a better deal on our 5 cabinet lines anyplace else. But your Buyer’s Edge benefits don’t stop there. We’ve also got the best warranties in the industry, a team solely dedicated to customer satisfaction, and a huge selection of FREE knobs & pulls with your cabinet purchase.