Services offered1
About Anthony's
Anthony's NY Pizzeria is a local restaurant in Greer, GA. View address, contact info, hours and services below.
Services & pricing
Restaurant
Booked and scheduled through Hustl.it — quote, confirmation, and payment all in one.
$65 from
Service area
Within 15 miles of 29650
Based in Greer, GA. Travel fees may apply beyond the green zone.
29650296672968129591
Credentials
Background checkedInsured — $1M liabilityPayments via Whop
FAQ
Why do our customers keep coming back?
jQuery(document).ready(function () {
jQuery('#testimonials-slider').slick({
cssEase: 'ease',
fade: false, // Cause trouble if used slidesToShow: more than one
arrows: true,
dots: false,
infinite: true,
speed: 500,
autoplay: true,
autoplaySpeed: 5000,
slidesToShow: 3,
slidesToScroll: 1,
slide: '.slick-slide', // Cause trouble with responsive settings
});
if (window.innerWidth <= 991) {
jQuery('#testimonials-slider').slick('unslick');
sliderIsLive = false;
// console.log('<= 991');
}
window.addEventListener("resize", function () {
if (jQuery('#testimonials-slider').length) {
if (window.innerWidth <= 991) {
jQuery('#testimonials-slider').slick('unslick');
sliderIsLive = false;
// console.log('<= 991');
} else {
if (sliderIsLive) {
sliderIsLive = true;
// console.log('Else');
}
}
}
});
});


