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

Bridge 67

36 High St Kibworth Beauchamp Leicester LE8 United Kingdom, Leicester

Directory Listing Butcher Shops

About Bridge 67

What’s cooking in your kitchen this week? If you're in need of fresh ingredients, look no further than Bridge 67 Butcher, located at 36 High St, Kibworth Beauchamp. This local butcher specializes in high-quality, locally sourced produce, including prime beef cuts, sausages, black pudding, and mouthwatering steak pie. Whether you’re planning a family meal or a weekend roast, you'll find everything you need right here. Craving something classic and comforting? Visit Bridge 67 to see the selection in person and discover the best cuts for your next home-cooked meal. With fresh options available, you’re sure to find something that satisfies your appetite. Don't forget to check the map for directions to our store in Kibworth Beauchamp. Your next delicious dinner is just a visit away!
This description was generated from public directory data. Business owners can claim and edit their listing for free.

Business Gallery

5 Photos
Click any image to view in full size

Location & Directions

Address
36 High St Kibworth Beauchamp Leicester LE8 United Kingdom
Leicester
United Kingdom
Quick Actions
Quick Contact
ADDRESS
36 High St Kibworth Beauchamp Leicester LE8 United Kingdom
Leicester
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 Produce businesses in your area

Amazing Sweets
Amazing Sweets

Unit 11 Matrix House Leicester LE1 1PL United Kingdom, Leicester

General Services
Chocolate Treats Ltd
Chocolate Treats Ltd

170-174 Tithe St Leicester LE5 4BN United Kingdom, Leicester

General Services
Lee Frank & Son
Lee Frank & Son

Unit 5b/Market Pl Leicester LE1 5HQ United Kingdom, Leicester

Butcher Shops

🐝 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(); } } }); } }); });