Call us on: 0333 050 7391 or 07868 086881. You can email us at nicole@amourheartgifts.co.uk We're here to help! 8am - 8pm Daily

Contact Us

If you have any questions, or you're looking for that certain heart shaped gift you can't find anywhere, then let us help you! Call Nicole on:-

Phone: 0333 050 7391

Our Customer Service is NEVER half-hearted! ❤️ We simply 'love' to help! 

Alternatively, use this contact form and we will get back to you as soon as possible.

*Required Field


/* Full-screen overlay */ .hearts { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; pointer-events: none; z-index: 1000; } /* Heart styles */ .heart { position: absolute; opacity: 1; animation: fall linear infinite; } /* Heart falling animation */ @keyframes fall { 0% { transform: translateY(0) translateX(0); opacity: 0; } 100% { transform: translateY(100vh) translateX(var(--drift)); opacity: 1; } }