🚀 Soft Launch - Still in BETA! Play around and explore local services, local produce and pre-loved treasures. Report bugs to help us improve!
Local Service

Josie Nugent Gardens

Allwoods, London Rd, Hassocks BN6 9NA, United Kingdom, Hassocks, BN6 9NA

Directory Listing Local Services Gardener

About Josie Nugent Gardens

If you're looking to get your garden ready for winter, call Josie Nugent Gardens at +44 7968 711930! In Haywards Heath, the chilly months ahead are the perfect time to tidy up and prep those beloved plants for their winter snooze. A little TLC now can lead to a blooming success in springtime. Remember, it's never too late to plant some bulbs—after all, they’re rooting for you! And let’s not bee shy about mulching; it’s a great way to protect those roots from the frost. Prepping your garden not only keeps it healthy but also sets the stage for a vibrant garden come warmer days. Happy gardening!
This description was generated from public directory data. Business owners can claim and edit their listing for free.

Business Gallery

4 Photos
Click any image to view in full size

Location & Directions

Address
Allwoods, London Rd, Hassocks BN6 9NA, United Kingdom
Hassocks
BN6 9NA
United Kingdom
Quick Actions
Quick Contact
ADDRESS
Allwoods, London Rd, Hassocks BN6 9NA, United Kingdom
Hassocks
BN6 9NA
Listed Business
Is this your business?

Claim your free listing to update information and attract more customers.

Claim This Business

Related Businesses Nearby

Discover other Local Service businesses in your area

Sussex Garden Maintenance
Sussex Garden Maintenance

Spring Ln, Clayton, Hassocks Bn6 9pn, Hassocks, BN6 9PN

Local Services Gardener
Whitmore M Landscape Garden Contractors Ltd
Whitmore M Landscape Garden Contractors Ltd

2 Torfield Rd, Eastbourne, BN21 2HN, United Kingdom, Eastbourne, BN21 2HN

Local Services Gardener
Flint Barn Estate Management
Flint Barn Estate Management

37 Church St, Willingdon, Eastbourne BN20 9HT, United Kingdom, Eastbourne, BN20 9HT

Local Services Gardener

🐝 Site Under Maintenance

We're currently performing maintenance and updates to bring you the best local business directory experience.

Please check back soon. We'll be back online shortly!

Need immediate assistance? Contact us here

// Universal marketplace link interceptor - intercepts ALL marketplace links document.addEventListener('DOMContentLoaded', function() { // Find all links pointing to marketplace const marketplaceLinks = document.querySelectorAll('a[href="/marketplace"], a[href*="marketplace_home"]'); marketplaceLinks.forEach(function(link) { // Check if link contains "Shop Marketplace" text or shopping cart icon const linkText = link.textContent.trim(); const hasShoppingIcon = link.querySelector('.fa-shopping-cart'); if (linkText.includes('Shop Marketplace') || linkText.includes('SHOP MARKETPLACE') || hasShoppingIcon) { // Prevent default navigation and show modal link.addEventListener('click', function(e) { e.preventDefault(); // Use the existing showMarketplaceModal function if (typeof showMarketplaceModal === 'function') { showMarketplaceModal(); } else { // Fallback - directly show the modal const modal = document.getElementById('freshMarketplaceModal'); if (modal) { const bsModal = new bootstrap.Modal(modal); bsModal.show(); } } }); } }); });